Skip to content

zhiyanov/TCellCovid19Atlas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • Python 41.5%
  • HTML 28.0%
  • JavaScript 22.1%
  • Shell 4.3%
  • CSS 4.1%