- Docker with jenkins is present in the jenkins.md
https://qxf2.com/blog/view-docker-container-display-using-vnc-viewer/
http://realestate-com-au.github.io/intro-to-docker/#1
docker exec -it <mycontainer> bash
docker run -it <image> bash
docker run -it --entrypoint bash <image>
--privileged
docker container ls docker ps
docker images