How to write Dockerfile for beginners
Before diving into what a Dockerfile is, let's conduct a small experiment.
Remember the Python image we pulled in the previous section? Let's first enter the container using the docker run -it command. Recall what the -it parameter does—it assigns a ...
novita.hashnode.dev4 min read