Skip to content

Instantly share code, notes, and snippets.

@bobrik
Created April 18, 2015 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobrik/a312e621b94c0e0f1c25 to your computer and use it in GitHub Desktop.
Save bobrik/a312e621b94c0e0f1c25 to your computer and use it in GitHub Desktop.
~ λ docker pull mesosphere/mesos-slave:0.22.0-1.0.ubuntu1404
Pulling repository mesosphere/mesos-slave
ee5112ba1ca1: Download complete
511136ea3c5a: Download complete
f3c84ac3a053: Download complete
a1a958a24818: Download complete
9fec74352904: Download complete
d0955f21bf24: Download complete
1bd6d04c7ede: Download complete
74b90d49b588: Download complete
ae45e9701eb9: Download complete
779aae9a73ff: Download complete
abaa06529153: Download complete
5551f480b763: Download complete
ea3fce1f108f: Download complete
Status: Image is up to date for mesosphere/mesos-slave:0.22.0-1.0.ubuntu1404
~ λ docker history mesosphere/mesos-slave:0.22.0-1.0.ubuntu1404
IMAGE CREATED CREATED BY SIZE
ee5112ba1ca1 2 weeks ago /bin/sh -c #(nop) ENTRYPOINT [mesos-master] 0 B
ea3fce1f108f 2 weeks ago /bin/sh -c #(nop) CMD [--registry=in_memory] 0 B
5551f480b763 2 weeks ago /bin/sh -c #(nop) MAINTAINER Mesosphere <supp 0 B
abaa06529153 2 weeks ago /bin/sh -c apt-get -y install mesos=0.22.0-1. 294.9 MB
779aae9a73ff 2 weeks ago /bin/sh -c apt-get -y update 20.67 MB
ae45e9701eb9 2 weeks ago /bin/sh -c apt-key adv --keyserver keyserver. 25.84 kB
74b90d49b588 2 weeks ago /bin/sh -c echo "deb http://repos.mesosphere. 51 B
1bd6d04c7ede 2 weeks ago /bin/sh -c #(nop) MAINTAINER Mesosphere <supp 0 B
d0955f21bf24 4 weeks ago /bin/sh -c #(nop) CMD [/bin/bash] 0 B
9fec74352904 4 weeks ago /bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/ 1.895 kB
a1a958a24818 4 weeks ago /bin/sh -c echo '#!/bin/sh' > /usr/sbin/polic 194.5 kB
f3c84ac3a053 4 weeks ago /bin/sh -c #(nop) ADD file:777fad733fc954c0c1 188.1 MB
511136ea3c5a 22 months ago 0 B
# Look at entrypint for slave: it is mesos-master!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment