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.

Why and How to Use Docker for Development

16 pointsby treederabout 10 years ago

2 comments

shayacabout 10 years ago
Seems to me that this is all working with the assumption that the development is on a Linux box. When developing on windows or mac using a vm such as boot2docker you're going to need to somehow share your codebase from your host machine to the vm and from there mount it as a volume in the docker container.
fabiouechiabout 10 years ago
Did you have to handle files created or changed by processes running inside the container being assigned the root user ?
评论 #9455289 未加载