Docker - info

Card Puncher Data Processing

Example

docker info
Containers: 9                                                                                    
 Running: 1                                                                                      
 Paused: 0                                                                                       
 Stopped: 8                                                                                      
Images: 2                                                                                        
Server Version: 1.12.3                                                                           
Storage Driver: aufs                                                                             
 Root Dir: /mnt/sda1/var/lib/docker/aufs                                                         
 Backing Filesystem: extfs                                                                       
 Dirs: 24                                                                                        
 Dirperm1 Supported: true                                                                        
Logging Driver: json-file                                                                        
Cgroup Driver: cgroupfs                                                                          
Plugins:                                                                                         
 Volume: local                                                                                   
 Network: host null bridge overlay                                                               
Swarm: inactive                                                                                  
Runtimes: runc                                                                                   
Default Runtime: runc                                                                            
Security Options: seccomp                                                                        
Kernel Version: 4.4.27-boot2docker                                                               
Operating System: Boot2Docker 1.12.3 (TCL 7.2); HEAD : 7fc7575 - Thu Oct 27 17:23:17 UTC 2016    
OSType: linux                                                                                    
Architecture: x86_64                                                                             
CPUs: 1                                                                                          
Total Memory: 995.8 MiB                                                                          
Name: default                                                                                    
ID: 6CCC:JOTU:XXK3:ZJV6:7QTA:Y5LZ:EUAM:D3VM:XTVA:NQOY:5M2Z:KSC5                                  
Docker Root Dir: /mnt/sda1/var/lib/docker                                                        
Debug Mode (client): false                                                                       
Debug Mode (server): true                                                                        
 File Descriptors: 17                                                                            
 Goroutines: 30                                                                                  
 System Time: 2016-11-16T11:55:13.92416696Z                                                      
 EventsListeners: 0                                                                              
Registry: https://index.docker.io/v1/                                                            
Labels:                                                                                          
 provider=virtualbox                                                                             
Insecure Registries:                                                                             
 127.0.0.0/8                                                                                     





Discover More
Docker For Windows Switch Container Type
Docker - Containers

in Docker. A container is a running instance of an image. Docker containers only run as long as the command you specify is active. A container ID uniquely identifies a container. A container...
Card Puncher Data Processing
Docker - Version (Client and Server - Daemon)

Version of the docker Client and Server (Daemon). See also: for OS and other component version. The host version (called the server)
Card Puncher Data Processing
Docker - Volume Mount

in Docker. A volume is one type of mount in docker. Volumes are one of the way of persisting data between container execution. They are file store on the host where you can persist data generated by...
Card Puncher Data Processing
Docker - docker client

The CLI uses the Docker REST API to control or interact with the Docker daemon where subcommand is: attach - Attach to a running container build - Build an image from a Dockerfile commit -...



Share this page:
Follow us:
Task Runner