Skip to content

s-a-nersisyan/TCellCovid19Atlas

Repository files navigation

TCellCovid19Atlas

Hints on docker DB management

  • docker-compose up -d (run docker image)
  • docker-compose stop (stop container, but do not remove it)
  • docker-compose down (stop container and remove it)
  • docker ps (see running containers)
  • docker exec -it containername /bin/bash (attach to container's shell)
  • psql -h localhost -d dbname -U username (connect to the db)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published