Category Archives: Virtualization

Docker – part 2 – creating a persistent container

Reading Time: < 1 minute The next command we can run is something like this. It will pull down a docker image and run a “hello-world” command to produce output and then terminate. https://docs.docker.com/get-started/ OK now we are going to create a persistent container and … Continue reading

Posted in Docker, Virtualization | Leave a comment