Settings

Theme

Ask HN: Resources/Tutorials for Deploying Docker application in production

2 points by AshishGupta93 9 years ago · 1 comment · 1 min read


I recently learned docker and dockerized my project using docker-compose. I am using shared volumes for local development.

Looking for some good resource explaining the complete deployment pipeline for production deployment.

Few doubts -

1. Should I keep my code in docker image?

2. How should I push code changes in production?

3. Where to keep credentials(.env file)?

mjhea0 9 years ago

http://testdriven.io/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection