7 ms·
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
by dolel13 11y 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.
- dnt404-1 11y agoHow much time did it take for you to adjust? I still am finding it difficult to wrap the concept of dockerization.