docker version: Docker version 1.9.0-dev, build 4816626
docker into:
Containers: 13
Images: 9
Server Version: 1.9.0-dev
Storage Driver: devicemapper
Pool Name: docker-253:0-33662528-pool
Pool Blocksize: 65.54 kB
Base Device Size: 107.4 GB
Backing Filesystem: xfs
Data file: /dev/loop0
Metadata file: /dev/loop1
Data Space Used: 2.595 GB
Data Space Total: 107.4 GB
Data Space Available: 10.87 GB
Metadata Space Used: 2.691 MB
Metadata Space Total: 2.147 GB
Metadata Space Available: 2.145 GB
Udev Sync Supported: false
Deferred Removal Enabled: false
Deferred Deletion Enabled: false
Deferred Deleted Device Count: 0
Data loop file: /var/lib/docker/devicemapper/devicemapper/data
Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
Library Version: 1.02.82-git (2013-10-04)
Execution Driver: native-0.2
Logging Driver: json-file
Kernel Version: 3.10.0-229.14.1.el7.x86_64
Operating System: CentOS Linux 7 (Core)
CPUs: 2
Total Memory: 1.797 GiB
Name: ccompute1.rmb938.com
ID: IAQS:6E74:7NGG:5JOG:JXFM:26VD:IAQV:FZNU:E23J:QUAA:NI4O:DI3S
uname -a Linux ccompute1.rmb938.com 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Sep 15 15:05:51 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Currently when creating (not running) a container you can assign it to a network. Either multiple --net= should be allowed when creating the container OR allowing docker network attach without the container being started.
docker version:
Docker version 1.9.0-dev, build 4816626docker into:
uname -a
Linux ccompute1.rmb938.com 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Sep 15 15:05:51 UTC 2015 x86_64 x86_64 x86_64 GNU/LinuxCurrently when creating (not running) a container you can assign it to a network. Either multiple
--net=should be allowed when creating the container OR allowingdocker network attachwithout the container being started.