Why and How to Use Docker for Development
Travis Reeder
14711
I would like to explore docker for dev-test but not use it in the production. Looks like this is a popular use case but I have a basic question around this. If I use docker in dev-test and NOT use it in production, doesn’t that mean my test and production environments are different? How does/how well docker handle it?