Hacker News new | ask | show | jobs
by dolel13 3991 days ago
I use docker extensively for both development and production, using it to mirror the production environment as much as possible. Write code on the host, run on the container. It took me sometime to adjust to the concept but once I did, it was pretty cool.
1 comments

How much time did it take for you to adjust? I still am finding it difficult to wrap the concept of dockerization.