A container can be turned into an image !
(although, the advised process is via Dockerfile)
docker run -it
– modify the container (install pkg, etc.)
docker commit
=> yes, you’ve got your
A container can be turned into an image !
(although, the advised process is via Dockerfile)
docker run -it
– modify the container (install pkg, etc.)
docker commit
=> yes, you’ve got your