Docker is a tool that allows developers to package their applications and all their dependencies into a single container. This container can then b...
For further actions, you may consider blocking this person and/or reporting abuse
I recently started using Docker to test out a barebones operating system from scratch.
Bare in mind I have no idea if this project will ever be finished, but it's nice to know there's a relatively safe containerized way of testing a system.
Is it foolproof? No, no virtual environment ever is. But this create a sturdy layer between my machine and the running system, and that's what's really important.
Would
docket init
as a way to generate Dockerfile and.dockerignore
😀 be a good addition to this awesome run down?Nice article.
It's awesome brother
I've been using Docker for about 7 years now and this has to be one of the best, most concise articles for getting started I've seen in a long time. Superb piece of work!
nice one!
Useful and relevant article.
Congrats. Thanks man !
Thank you! Keep it up
Beautifully written, contains so many concepts on high level and sparks interest in the topic!
very well done!
Very well explained. Thanks.
Awesome read! Super walk up friendly but comprehensive <3