Skip to content

imvickykumar/docker-django-deploy

 
 

Repository files navigation

Docker Django Deploy

# to up docker
docker-compose up -d

# lists running Docker containers
docker ps -a

# to down docker
docker-compose down

# if Error response from daemon
./fix-docker-zombies.sh

alt text alt text alt text

About

Expose a Django app using Playit tunneling and custom domain via Namecheap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.9%
  • Shell 14.3%
  • Dockerfile 2.8%