TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby AshishGupta93over 7 years ago
I recently learned docker and dockerized my project using docker-compose. I am using shared volumes for local development.<p>Looking for some good resource explaining the complete deployment pipeline for production deployment.<p>Few doubts -<p>1. Should I keep my code in docker image?<p>2. How should I push code changes in production?<p>3. Where to keep credentials(.env file)?

1 comment

mjhea0over 7 years ago
<a href="http:&#x2F;&#x2F;testdriven.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;testdriven.io&#x2F;</a>