Skip to content

Instantly share code, notes, and snippets.

@marktyers
Created August 4, 2015 08:14
Show Gist options
  • Save marktyers/7de25ccaed9c5dbecdd9 to your computer and use it in GitHub Desktop.
Save marktyers/7de25ccaed9c5dbecdd9 to your computer and use it in GitHub Desktop.
Log from docker-compose --verbose up -d
docker@boot2docker:~/docker$ docker-compose --verbose up -d
Compose version 1.3.3
Docker base_url: http+docker://localunixsocket
Docker version: KernelVersion=4.0.5-boot2docker, Os=linux, ApiVersion=1.19, Version=1.7.0, GitCommit=0baf609, Arch=amd64, GoVersion=go1.4.2
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=broker', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker containers <- (all=True)
docker containers -> (list with 0 items)
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=publisher', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker containers <- (all=True)
docker containers -> (list with 0 items)
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=subscriber', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker containers <- (all=True)
docker containers -> (list with 0 items)
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=broker', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker containers <- (all=True)
docker containers -> (list with 0 items)
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=publisher', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker containers <- (all=True)
docker containers -> (list with 0 items)
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=subscriber', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker containers <- (all=True)
docker containers -> (list with 0 items)
docker inspect_image <- (u'docker_broker')
Building broker...
docker build <- (pull=False, nocache=False, stream=True, tag=u'docker_broker', path='/home/docker/docker/broker', rm=True, dockerfile=None)
docker build -> <generator object _stream_helper at 0x7f79a37707d0>
Step 0 : FROM redis:3.0.3
3.0.3: Pulling from redis
4c8cbfd2973e: Pull complete
60c52dbe9d91: Pull complete
a81e536d75d2: Pull complete
b5385b7b49ae: Pull complete
5eced7370894: Pull complete
9b5f6b31f2b8: Pull complete
68145731e6c3: Pull complete
e07b98fdf391: Pull complete
e53cade0786f: Pull complete
d41c1101f46b: Pull complete
76ef21f24f06: Pull complete
4736cd3389a7: Pull complete
d794940dc881: Pull complete
bfb2f87f9ad0: Pull complete
1c03c2a5aa29: Pull complete
2ff62b1c4295: Pull complete
0ff407d5a7d9: Already exists
redis:3.0.3: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security.
Digest: sha256:20fe9196ad020aa6f8f4581fade193b85e8c059be8dcb7821c5855cf26a8ba02
Status: Downloaded newer image for redis:3.0.3
---> 0ff407d5a7d9
Step 1 : RUN apt-get update -y && apt-get upgrade -y
---> Running in 8184ee860a4e
Get:1 http://httpredir.debian.org wheezy Release.gpg [2390 B]
Get:2 http://httpredir.debian.org wheezy-updates Release.gpg [1554 B]
Get:3 http://httpredir.debian.org wheezy Release [168 kB]
Get:4 http://httpredir.debian.org wheezy-updates Release [131 kB]
Get:5 http://httpredir.debian.org wheezy/main amd64 Packages [7625 kB]
Get:6 http://security.debian.org wheezy/updates Release.gpg [1554 B]
Get:7 http://security.debian.org wheezy/updates Release [102 kB]
Get:8 http://security.debian.org wheezy/updates/main amd64 Packages [398 kB]
Get:9 http://httpredir.debian.org wheezy-updates/main amd64 Packages [5751 B]
Fetched 8436 kB in 10s (810 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
---> 0964391f1ec8
Removing intermediate container 8184ee860a4e
Successfully built 0964391f1ec8
docker close <- ()
docker close -> None
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=broker', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker inspect_image <- (u'docker_broker')
docker inspect_image -> {u'Architecture': u'amd64',
u'Author': u'',
u'Comment': u'',
u'Config': {u'AttachStderr': False,
u'AttachStdin': False,
u'AttachStdout': False,
u'Cmd': [u'redis-server'],
u'Domainname': u'',
u'Entrypoint': [u'/entrypoint.sh'],
u'Env': [u'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
...
Creating docker_broker_1...
docker create_container <- (name=u'docker_broker_1', image=u'docker_broker', labels={u'com.docker.compose.service': u'broker', 'com.docker.compose.config-hash': 'ef302d9cd4affd5a3485dad7d4391150873a944b760b9c9dc018e16df08fea7d', u'com.docker.compose.project': u'docker', 'com.docker.compose.version': u'1.3.3', u'com.docker.compose.oneoff': u'False', 'com.docker.compose.container-number': '1'}, host_config={'Links': [], 'PortBindings': {'6379/tcp': [{'HostPort': '6379', 'HostIp': ''}]}, 'Binds': [], 'ExtraHosts': [], 'LogConfig': {'Type': u'json-file', 'Config': {}}, 'VolumesFrom': []}, environment={}, detach=True, ports=[u'6379'])
docker create_container -> {u'Id': u'8eb8d3f6bf0374115583a5de2e92d85df262d2f81321441515e58ad71e69c77d',
u'Warnings': None}
docker inspect_container <- (u'8eb8d3f6bf0374115583a5de2e92d85df262d2f81321441515e58ad71e69c77d')
docker inspect_container -> {u'AppArmorProfile': u'',
u'Args': [u'redis-server'],
u'Config': {u'AttachStderr': False,
u'AttachStdin': False,
u'AttachStdout': False,
u'Cmd': [u'redis-server'],
u'CpuShares': 0,
u'Cpuset': u'',
u'Domainname': u'',
u'Entrypoint': [u'/entrypoint.sh'],
...
docker start <- (u'8eb8d3f6bf0374115583a5de2e92d85df262d2f81321441515e58ad71e69c77d')
docker start -> None
docker inspect_image <- (u'docker_publisher')
Building publisher...
docker build <- (pull=False, nocache=False, stream=True, tag=u'docker_publisher', path='/home/docker/docker/publisher', rm=True, dockerfile=None)
docker build -> <generator object _stream_helper at 0x7f79a3770820>
Step 0 : FROM ubuntu:14.04
14.04: Pulling from ubuntu
83e4dde6b9cf: Pull complete
b670fb0c7ecd: Pull complete
29460ac93442: Pull complete
d2a0ecffe6fa: Already exists
ubuntu:14.04: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security.
Digest: sha256:36de65e14e47b2a9a3d91c9a832899d4c432a00295bd77ced8d5bb6dc2764318
Status: Downloaded newer image for ubuntu:14.04
---> d2a0ecffe6fa
Step 1 : RUN apt-get update -y && apt-get upgrade -y
---> Running in bc3736985725
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Get:1 http://archive.ubuntu.com trusty-updates Release.gpg [933 B]
Get:2 http://archive.ubuntu.com trusty-security Release.gpg [933 B]
Hit http://archive.ubuntu.com trusty Release
Get:3 http://archive.ubuntu.com trusty-updates Release [63.5 kB]
Get:4 http://archive.ubuntu.com trusty-security Release [63.5 kB]
Get:5 http://archive.ubuntu.com trusty/main Sources [1335 kB]
Get:6 http://archive.ubuntu.com trusty/restricted Sources [5335 B]
Get:7 http://archive.ubuntu.com trusty/universe Sources [7926 kB]
Get:8 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB]
Get:9 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB]
Get:10 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB]
Get:11 http://archive.ubuntu.com trusty-updates/main Sources [285 kB]
Get:12 http://archive.ubuntu.com trusty-updates/restricted Sources [4528 B]
Get:13 http://archive.ubuntu.com trusty-updates/universe Sources [163 kB]
Get:14 http://archive.ubuntu.com trusty-updates/main amd64 Packages [754 kB]
Get:15 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [22.9 kB]
Get:16 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [394 kB]
Get:17 http://archive.ubuntu.com trusty-security/main Sources [114 kB]
Get:18 http://archive.ubuntu.com trusty-security/restricted Sources [1874 B]
Get:19 http://archive.ubuntu.com trusty-security/universe Sources [32.5 kB]
Get:20 http://archive.ubuntu.com trusty-security/main amd64 Packages [411 kB]
Get:21 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [14.8 kB]
Get:22 http://archive.ubuntu.com trusty-security/universe amd64 Packages [145 kB]
Fetched 21.1 MB in 25s (820 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be upgraded:
apt apt-utils base-files dh-python iproute2 libapt-inst1.5 libapt-pkg4.12
libpcre3 libsqlite3-0 libudev1 login passwd udev
13 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 4643 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main base-files amd64 7.2ubuntu5.3 [60.9 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main login amd64 1:4.1.5.1-1ubuntu9.1 [301 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-pkg4.12 amd64 1.0.1ubuntu2.10 [637 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt amd64 1.0.1ubuntu2.10 [952 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpcre3 amd64 1:8.31-2ubuntu2.1 [144 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-inst1.5 amd64 1.0.1ubuntu2.10 [58.7 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsqlite3-0 amd64 3.8.2-1ubuntu2.1 [342 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main udev amd64 204-5ubuntu20.13 [735 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libudev1 amd64 204-5ubuntu20.13 [33.2 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main passwd amd64 1:4.1.5.1-1ubuntu9.1 [755 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt-utils amd64 1.0.1ubuntu2.10 [171 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dh-python all 1.20140128-1ubuntu8.2 [51.1 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main iproute2 amd64 3.12.0-2ubuntu1 [401 kB]
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Fetched 4643 kB in 11s (391 kB/s)
(Reading database ... 11541 files and directories currently installed.)
Preparing to unpack .../base-files_7.2ubuntu5.3_amd64.deb ...
Unpacking base-files (7.2ubuntu5.3) over (7.2ubuntu5.2) ...
Setting up base-files (7.2ubuntu5.3) ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
Installing new version of config file /etc/os-release ...
(Reading database ... 11541 files and directories currently installed.)
Preparing to unpack .../login_1%3a4.1.5.1-1ubuntu9.1_amd64.deb ...
Unpacking login (1:4.1.5.1-1ubuntu9.1) over (1:4.1.5.1-1ubuntu9) ...
Setting up login (1:4.1.5.1-1ubuntu9.1) ...
(Reading database ... 11541 files and directories currently installed.)
Preparing to unpack .../libapt-pkg4.12_1.0.1ubuntu2.10_amd64.deb ...
Unpacking libapt-pkg4.12:amd64 (1.0.1ubuntu2.10) over (1.0.1ubuntu2.8) ...
Setting up libapt-pkg4.12:amd64 (1.0.1ubuntu2.10) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
(Reading database ... 11541 files and directories currently installed.)
Preparing to unpack .../apt_1.0.1ubuntu2.10_amd64.deb ...
Unpacking apt (1.0.1ubuntu2.10) over (1.0.1ubuntu2.8) ...
Setting up apt (1.0.1ubuntu2.10) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
(Reading database ... 11541 files and directories currently installed.)
Preparing to unpack .../libpcre3_1%3a8.31-2ubuntu2.1_amd64.deb ...
Unpacking libpcre3:amd64 (1:8.31-2ubuntu2.1) over (1:8.31-2ubuntu2) ...
Setting up libpcre3:amd64 (1:8.31-2ubuntu2.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
(Reading database ... 11541 files and directories currently installed.)
Preparing to unpack .../libapt-inst1.5_1.0.1ubuntu2.10_amd64.deb ...
Unpacking libapt-inst1.5:amd64 (1.0.1ubuntu2.10) over (1.0.1ubuntu2.8) ...
Preparing to unpack .../libsqlite3-0_3.8.2-1ubuntu2.1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.8.2-1ubuntu2.1) over (3.8.2-1ubuntu2) ...
Preparing to unpack .../udev_204-5ubuntu20.13_amd64.deb ...
Adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
Unpacking udev (204-5ubuntu20.13) over (204-5ubuntu20.12) ...
Preparing to unpack .../libudev1_204-5ubuntu20.13_amd64.deb ...
Unpacking libudev1:amd64 (204-5ubuntu20.13) over (204-5ubuntu20.12) ...
Preparing to unpack .../passwd_1%3a4.1.5.1-1ubuntu9.1_amd64.deb ...
Unpacking passwd (1:4.1.5.1-1ubuntu9.1) over (1:4.1.5.1-1ubuntu9) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up passwd (1:4.1.5.1-1ubuntu9.1) ...
(Reading database ... 11542 files and directories currently installed.)
Preparing to unpack .../apt-utils_1.0.1ubuntu2.10_amd64.deb ...
Unpacking apt-utils (1.0.1ubuntu2.10) over (1.0.1ubuntu2.8) ...
Preparing to unpack .../dh-python_1.20140128-1ubuntu8.2_all.deb ...
Unpacking dh-python (1.20140128-1ubuntu8.2) over (1.20140128-1ubuntu8) ...
Preparing to unpack .../iproute2_3.12.0-2ubuntu1_amd64.deb ...
Unpacking iproute2 (3.12.0-2ubuntu1) over (3.12.0-2) ...
Setting up libapt-inst1.5:amd64 (1.0.1ubuntu2.10) ...
Setting up libsqlite3-0:amd64 (3.8.2-1ubuntu2.1) ...
Setting up libudev1:amd64 (204-5ubuntu20.13) ...
Setting up udev (204-5ubuntu20.13) ...
invoke-rc.d: policy-rc.d denied execution of restart.
Removing 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
update-initramfs: deferring update (trigger activated)
Setting up apt-utils (1.0.1ubuntu2.10) ...
Setting up dh-python (1.20140128-1ubuntu8.2) ...
Setting up iproute2 (3.12.0-2ubuntu1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
---> 083a08ba1ad3
Removing intermediate container bc3736985725
Step 2 : RUN apt-get install -y redis-server && service redis-server stop
---> Running in a33c521351dc
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
libjemalloc1 redis-tools
The following NEW packages will be installed:
libjemalloc1 redis-server redis-tools
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 410 kB of archives.
After this operation, 1272 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/universe libjemalloc1 amd64 3.5.1-2 [76.8 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/universe redis-tools amd64 2:2.8.4-2 [65.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty/universe redis-server amd64 2:2.8.4-2 [267 kB]
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Fetched 410 kB in 1s (276 kB/s)
Selecting previously unselected package libjemalloc1.
(Reading database ... 11541 files and directories currently installed.)
Preparing to unpack .../libjemalloc1_3.5.1-2_amd64.deb ...
Unpacking libjemalloc1 (3.5.1-2) ...
Selecting previously unselected package redis-tools.
Preparing to unpack .../redis-tools_2%3a2.8.4-2_amd64.deb ...
Unpacking redis-tools (2:2.8.4-2) ...
Selecting previously unselected package redis-server.
Preparing to unpack .../redis-server_2%3a2.8.4-2_amd64.deb ...
Unpacking redis-server (2:2.8.4-2) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up libjemalloc1 (3.5.1-2) ...
Setting up redis-tools (2:2.8.4-2) ...
Setting up redis-server (2:2.8.4-2) ...
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for ureadahead (0.100.0-16) ...
Stopping redis-server: redis-server.
---> 63a2881f88c0
Removing intermediate container a33c521351dc
Step 3 : CMD redis-cli -h
---> Running in 1391b5744b53
---> fc38e780cc79
Removing intermediate container 1391b5744b53
Successfully built fc38e780cc79
docker close <- ()
docker close -> None
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=publisher', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker inspect_image <- (u'docker_publisher')
docker inspect_image -> {u'Architecture': u'amd64',
u'Author': u'',
u'Comment': u'',
u'Config': {u'AttachStderr': False,
u'AttachStdin': False,
u'AttachStdout': False,
u'Cmd': [u'/bin/sh', u'-c', u'redis-cli -h'],
u'Domainname': u'',
u'Entrypoint': None,
u'Env': [u'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'],
...
docker containers <- (all=False, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=broker', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 1 items)
docker inspect_container <- (u'8eb8d3f6bf0374115583a5de2e92d85df262d2f81321441515e58ad71e69c77d')
docker inspect_container -> {u'AppArmorProfile': u'',
u'Args': [u'redis-server'],
u'Config': {u'AttachStderr': False,
u'AttachStdin': False,
u'AttachStdout': False,
u'Cmd': [u'redis-server'],
u'CpuShares': 0,
u'Cpuset': u'',
u'Domainname': u'',
u'Entrypoint': [u'/entrypoint.sh'],
...
Creating docker_publisher_1...
docker create_container <- (name=u'docker_publisher_1', image=u'docker_publisher', labels={u'com.docker.compose.service': u'publisher', 'com.docker.compose.config-hash': 'a9d19842ab703a00f4d13b23bfec6b49d90521f5816f7866e098c56e4ab85c42', u'com.docker.compose.project': u'docker', 'com.docker.compose.version': u'1.3.3', u'com.docker.compose.oneoff': u'False', 'com.docker.compose.container-number': '1'}, host_config={'Links': ['docker_broker_1:broker_1', 'docker_broker_1:db', 'docker_broker_1:docker_broker_1'], 'PortBindings': {}, 'Binds': [], 'ExtraHosts': [], 'LogConfig': {'Type': u'json-file', 'Config': {}}, 'VolumesFrom': []}, environment={}, detach=True)
docker create_container -> {u'Id': u'8ad0e05632921ff9a3732ddb4461a4758a31f42422cafab90d09a02999efb611',
u'Warnings': None}
docker inspect_container <- (u'8ad0e05632921ff9a3732ddb4461a4758a31f42422cafab90d09a02999efb611')
docker inspect_container -> {u'AppArmorProfile': u'',
u'Args': [u'-c', u'redis-cli -h'],
u'Config': {u'AttachStderr': False,
u'AttachStdin': False,
u'AttachStdout': False,
u'Cmd': [u'/bin/sh', u'-c', u'redis-cli -h'],
u'CpuShares': 0,
u'Cpuset': u'',
u'Domainname': u'',
u'Entrypoint': None,
...
docker start <- (u'8ad0e05632921ff9a3732ddb4461a4758a31f42422cafab90d09a02999efb611')
docker start -> None
docker inspect_image <- (u'docker_subscriber')
Building subscriber...
docker build <- (pull=False, nocache=False, stream=True, tag=u'docker_subscriber', path='/home/docker/docker/subscriber', rm=True, dockerfile=None)
docker build -> <generator object _stream_helper at 0x7f79a3770730>
Step 0 : FROM node:0.12.7
0.12.7: Pulling from node
902b87aaaec9: Pull complete
9a61b6b1315e: Pull complete
1ff9f26f09fb: Pull complete
607e965985c1: Pull complete
9213e81cb0f2: Pull complete
cc9b036c3f21: Pull complete
c6666d87aca6: Pull complete
5981cac2f0ce: Pull complete
62f17165f77c: Pull complete
7d78f074f358: Already exists
node:0.12.7: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security.
Digest: sha256:9e317560ba3b8bd58184b222bd3682a0fb260fb09de96a857930ad44d7686e56
Status: Downloaded newer image for node:0.12.7
---> 7d78f074f358
Step 1 : RUN apt-get update -y && apt-get upgrade -y
---> Running in 16169dbded2c
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Get:2 http://httpredir.debian.org jessie InRelease [134 kB]
Get:3 http://security.debian.org jessie/updates/main amd64 Packages [156 kB]
Get:4 http://httpredir.debian.org jessie-updates InRelease [123 kB]
Get:5 http://httpredir.debian.org jessie/main amd64 Packages [9038 kB]
Get:6 http://httpredir.debian.org jessie-updates/main amd64 Packages [3616 B]
Fetched 9518 kB in 12s (738 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be upgraded:
libexpat1 libexpat1-dev libicu52 libmysqlclient-dev libmysqlclient18
linux-libc-dev mysql-common
7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 9677 kB of archives.
After this operation, 2048 B disk space will be freed.
Get:1 http://security.debian.org/ jessie/updates/main libexpat1-dev amd64 2.1.0-6+deb8u1 [126 kB]
Get:2 http://security.debian.org/ jessie/updates/main libexpat1 amd64 2.1.0-6+deb8u1 [80.0 kB]
Get:3 http://security.debian.org/ jessie/updates/main libicu52 amd64 52.1-8+deb8u2 [6789 kB]
Get:4 http://security.debian.org/ jessie/updates/main libmysqlclient-dev amd64 5.5.44-0+deb8u1 [948 kB]
Get:5 http://security.debian.org/ jessie/updates/main mysql-common all 5.5.44-0+deb8u1 [74.3 kB]
Get:6 http://security.debian.org/ jessie/updates/main libmysqlclient18 amd64 5.5.44-0+deb8u1 [664 kB]
Get:7 http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.7-ckt11-1+deb8u2 [995 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 9677 kB in 11s (809 kB/s)
(Reading database ... 21014 files and directories currently installed.)
Preparing to unpack .../libexpat1-dev_2.1.0-6+deb8u1_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.1.0-6+deb8u1) over (2.1.0-6+b3) ...
Preparing to unpack .../libexpat1_2.1.0-6+deb8u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-6+deb8u1) over (2.1.0-6+b3) ...
Preparing to unpack .../libicu52_52.1-8+deb8u2_amd64.deb ...
Unpacking libicu52:amd64 (52.1-8+deb8u2) over (52.1-8) ...
Preparing to unpack .../libmysqlclient-dev_5.5.44-0+deb8u1_amd64.deb ...
Unpacking libmysqlclient-dev (5.5.44-0+deb8u1) over (5.5.43-0+deb8u1) ...
Preparing to unpack .../mysql-common_5.5.44-0+deb8u1_all.deb ...
Unpacking mysql-common (5.5.44-0+deb8u1) over (5.5.43-0+deb8u1) ...
Preparing to unpack .../libmysqlclient18_5.5.44-0+deb8u1_amd64.deb ...
Unpacking libmysqlclient18:amd64 (5.5.44-0+deb8u1) over (5.5.43-0+deb8u1) ...
Preparing to unpack .../linux-libc-dev_3.16.7-ckt11-1+deb8u2_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.16.7-ckt11-1+deb8u2) over (3.16.7-ckt11-1) ...
Setting up libexpat1:amd64 (2.1.0-6+deb8u1) ...
Setting up libexpat1-dev:amd64 (2.1.0-6+deb8u1) ...
Setting up libicu52:amd64 (52.1-8+deb8u2) ...
Setting up mysql-common (5.5.44-0+deb8u1) ...
Setting up libmysqlclient18:amd64 (5.5.44-0+deb8u1) ...
Setting up libmysqlclient-dev (5.5.44-0+deb8u1) ...
Setting up linux-libc-dev:amd64 (3.16.7-ckt11-1+deb8u2) ...
Processing triggers for libc-bin (2.19-18) ...
---> c0abf8b32f52
Removing intermediate container 16169dbded2c
Step 2 : RUN apt-get install -y apt-utils tree wget nano
---> Running in 895c9a45b47a
Reading package lists...
Building dependency tree...
Reading state information...
wget is already the newest version.
Suggested packages:
spell
The following NEW packages will be installed:
apt-utils libapt-inst1.5 nano tree
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 951 kB of archives.
After this operation, 3983 kB of additional disk space will be used.
Get:1 http://httpredir.debian.org/debian/ jessie/main libapt-inst1.5 amd64 1.0.9.8 [168 kB]
Get:2 http://httpredir.debian.org/debian/ jessie/main apt-utils amd64 1.0.9.8 [368 kB]
Get:3 http://httpredir.debian.org/debian/ jessie/main nano amd64 2.2.6-3 [369 kB]
Get:4 http://httpredir.debian.org/debian/ jessie/main tree amd64 1.7.0-3 [45.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 951 kB in 2s (424 kB/s)
Selecting previously unselected package libapt-inst1.5:amd64.
(Reading database ... 21012 files and directories currently installed.)
Preparing to unpack .../libapt-inst1.5_1.0.9.8_amd64.deb ...
Unpacking libapt-inst1.5:amd64 (1.0.9.8) ...
Selecting previously unselected package apt-utils.
Preparing to unpack .../apt-utils_1.0.9.8_amd64.deb ...
Unpacking apt-utils (1.0.9.8) ...
Selecting previously unselected package nano.
Preparing to unpack .../nano_2.2.6-3_amd64.deb ...
Unpacking nano (2.2.6-3) ...
Selecting previously unselected package tree.
Preparing to unpack .../tree_1.7.0-3_amd64.deb ...
Unpacking tree (1.7.0-3) ...
Setting up libapt-inst1.5:amd64 (1.0.9.8) ...
Setting up apt-utils (1.0.9.8) ...
Setting up nano (2.2.6-3) ...
update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
Setting up tree (1.7.0-3) ...
Processing triggers for libc-bin (2.19-18) ...
---> d4850787fa0d
Removing intermediate container 895c9a45b47a
Step 3 : WORKDIR /home
---> Running in 7bbd614f9d63
---> 5c3844ab678f
Removing intermediate container 7bbd614f9d63
Step 4 : ADD index.js /home/index.js
---> 2e1194e70323
Removing intermediate container 21e08c2c571f
Step 5 : RUN npm install ioredis
---> Running in df807e1f1f4b
ioredis@1.7.3 node_modules/ioredis
├── flexbuffer@0.0.6
├── double-ended-queue@2.1.0-0
├── bluebird@2.9.34
├── debug@2.2.0 (ms@0.7.1)
└── lodash@3.10.1
---> bd24cff27ab4
Removing intermediate container df807e1f1f4b
Step 6 : CMD [node, /home/index.js]
---> Running in dba608d9ba9c
---> 857a412b998f
Removing intermediate container dba608d9ba9c
Successfully built 857a412b998f
docker close <- ()
docker close -> None
docker containers <- (all=True, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=subscriber', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker inspect_image <- (u'docker_subscriber')
docker inspect_image -> {u'Architecture': u'amd64',
u'Author': u'',
u'Comment': u'',
u'Config': {u'AttachStderr': False,
u'AttachStdin': False,
u'AttachStdout': False,
u'Cmd': [u'/bin/sh', u'-c', u'[node, /home/index.js]'],
u'Domainname': u'',
u'Entrypoint': None,
u'Env': [u'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
...
docker containers <- (all=False, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=broker', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 1 items)
docker inspect_container <- (u'8eb8d3f6bf0374115583a5de2e92d85df262d2f81321441515e58ad71e69c77d')
docker inspect_container -> {u'AppArmorProfile': u'',
u'Args': [u'redis-server'],
u'Config': {u'AttachStderr': False,
u'AttachStdin': False,
u'AttachStdout': False,
u'Cmd': [u'redis-server'],
u'CpuShares': 0,
u'Cpuset': u'',
u'Domainname': u'',
u'Entrypoint': [u'/entrypoint.sh'],
...
Creating docker_subscriber_1...
docker create_container <- (name=u'docker_subscriber_1', image=u'docker_subscriber', labels={u'com.docker.compose.service': u'subscriber', 'com.docker.compose.config-hash': 'bc21640c0c9b3684000a584850798850d16b96c4985b9a3267195b8e61a75b86', u'com.docker.compose.project': u'docker', 'com.docker.compose.version': u'1.3.3', u'com.docker.compose.oneoff': u'False', 'com.docker.compose.container-number': '1'}, host_config={'Links': ['docker_broker_1:broker_1', 'docker_broker_1:db', 'docker_broker_1:docker_broker_1'], 'PortBindings': {}, 'Binds': [], 'ExtraHosts': [], 'LogConfig': {'Type': u'json-file', 'Config': {}}, 'VolumesFrom': []}, environment={}, detach=True)
docker create_container -> {u'Id': u'7a8ea7e9eb42d0ebe5054666d7e0c4542069349b17f6bc7f4b9cba7770b48a30',
u'Warnings': None}
docker inspect_container <- (u'7a8ea7e9eb42d0ebe5054666d7e0c4542069349b17f6bc7f4b9cba7770b48a30')
docker inspect_container -> {u'AppArmorProfile': u'',
u'Args': [u'-c', u'[node, /home/index.js]'],
u'Config': {u'AttachStderr': False,
u'AttachStdin': False,
u'AttachStdout': False,
u'Cmd': [u'/bin/sh', u'-c', u'[node, /home/index.js]'],
u'CpuShares': 0,
u'Cpuset': u'',
u'Domainname': u'',
u'Entrypoint': None,
...
docker start <- (u'7a8ea7e9eb42d0ebe5054666d7e0c4542069349b17f6bc7f4b9cba7770b48a30')
docker start -> None
docker containers <- (all=False, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=broker', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 1 items)
docker containers <- (all=False, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=publisher', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 0 items)
docker containers <- (all=True)
docker containers -> (list with 3 items)
docker containers <- (all=False, filters={u'label': [u'com.docker.compose.project=docker', u'com.docker.compose.service=subscriber', u'com.docker.compose.oneoff=False']})
docker containers -> (list with 1 items)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment