Docker: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
centos 7 61b442687d68 7 months ago 196.6 MB | centos 7 61b442687d68 7 months ago 196.6 MB | ||
david@keres ~ $ | david@keres ~ $ | ||
list images | |||
docker ps | |||
docker ps -a |
Revision as of 15:23, 10 August 2016
Control and configure Docker with systemd
https://github.com/jpetazzo/nsenter
http://stackoverflow.com/questions/19234831/where-are-docker-images-stored-on-the-host-machine
https://docs.docker.com/engine/examples/mongodb/
https://docs.docker.com/engine/tutorials/dockerimages/
Quick
david@keres ~ $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE mongo latest 7f09d45df511 3 weeks ago 336.1 MB centos 7 61b442687d68 7 months ago 196.6 MB david@keres ~ $
list images
docker ps docker ps -a