Skip to content

Instantly share code, notes, and snippets.

@rahulkrishnanfs
Last active February 2, 2017 08:31
Show Gist options
  • Save rahulkrishnanfs/1adb6d083c3ccb6b28f2dcfd6a5c193d to your computer and use it in GitHub Desktop.
Save rahulkrishnanfs/1adb6d083c3ccb6b28f2dcfd6a5c193d to your computer and use it in GitHub Desktop.
Detailed information about the docker info
### Docker info
root@ip-10-0-2-87:~# docker info
Containers: 0 --------------------> ; Show containers present on the node evenif it is running or stopped
Running: 0 --------------------> ; Currently running container #### $docker ps
Paused: 0 --------------------> ; Paused Containers ;;##
; $docker unpause <Container ID> -> To unpause
Stopped: 0 --------------------> ; Currently stopeed containers #### $docker ps -a -------> To check the stopped containers
; $docker start <Container ID> ----> to start the container
Images: 0 --------------------> Images Stored in the current host
Server Version: 1.13.0 --------------------> Docker Enginer version
Storage Driver: aufs --------------------> Storage driver detected by the docker while installing time ; Filesystem driver to stack all
to stack all the layers and gives the unified view.
; $cat /proc/filesystems -------------> View the filesystem detected by the node whil einstalling docker Engine
; Layers are filesystem difference
; Image is stack of readonly Layers
; More info: https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/
Root Dir: /var/lib/docker/aufs --------------------> Storage location
Backing Filesystem: extfs --------------------> Filesytem on which storage driver is using
Dirs: 0
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 03e5862ec0d8d3b3f750e19fca3ee367e13c090e
runc version: 2f7393a47307a16f8cee44a37b262e8b81021e3e
init version: 949e6fa
Kernel Version: 3.16.0-4-amd64
Operating System: Debian GNU/Linux 8 (jessie)
OSType: linux
Architecture: x86_64 ----------------------------> ; $uname -a -- to check the architecture
CPUs: 1
Total Memory: 999 MiB
Name: ip-10-0-2-87
ID: IOF4:5TMC:RVWP:2CON:LQNY:HZKN:F3NR:2VIC:Y3FF:LMZA:7AJA:76MY
Docker Root Dir: /var/lib/docker ---------------------> ; Default location of the docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No memory limit support
WARNING: No swap limit support
WARNING: No kernel memory limit support
WARNING: No oom kill disable support
WARNING: No cpu cfs quota support
WARNING: No cpu cfs period support
Experimental: false
Insecure Registries:
127.0.0.0/8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment