Difference between revisions of "Docker"
Jump to navigation
Jump to search
(Created page with "=Location of Image Files= The contents of the /var/lib/docker directory vary depending on the driver Docker is using for storage. By default this will be aufs but can fall ba...") |
|||
Line 4: | Line 4: | ||
By default this will be aufs but can fall back to overlay, overlay2, btrfs, devicemapper or zfs depending on your kernel support. | By default this will be aufs but can fall back to overlay, overlay2, btrfs, devicemapper or zfs depending on your kernel support. | ||
In most places this will be aufs but the RedHats went with devicemapper. | In most places this will be aufs but the RedHats went with devicemapper. | ||
+ | |||
+ | =Basic Commands= | ||
+ | |||
+ | * sudo docker images | ||
+ | * sudo docker ps -a |
Revision as of 23:54, 23 April 2019
Location of Image Files
The contents of the /var/lib/docker directory vary depending on the driver Docker is using for storage. By default this will be aufs but can fall back to overlay, overlay2, btrfs, devicemapper or zfs depending on your kernel support. In most places this will be aufs but the RedHats went with devicemapper.
Basic Commands
- sudo docker images
- sudo docker ps -a