Skip to content

Instantly share code, notes, and snippets.

@amaltson
Last active August 29, 2015 13:57
Show Gist options
  • Save amaltson/9495031 to your computer and use it in GitHub Desktop.
Save amaltson/9495031 to your computer and use it in GitHub Desktop.
Deis docker ps
$ git push deis master
-----> Ruby app detected
-----> Compiling Ruby/Rack
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.5.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Using rack (1.5.2)
Using tilt (1.4.1)
Using bundler (1.5.2)
Using rack-protection (1.5.0)
Using sinatra (1.4.3)
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (0.47s)
Cleaning up the bundler cache.
-----> Discovering process types
Procfile declares types -> web
Default process types for Ruby -> rake, console, web
-----> Compiled slug size is 13M
-----> Building Docker image
Uploading context 12.76 MB
Uploading context
Step 0 : FROM deis/slugrunner
---> 8f5ed9aae57e
Step 1 : RUN mkdir -p /app
---> Using cache
---> d2b46037b8eb
Step 2 : ADD slug.tgz /app
---> b98037647854
Step 3 : ENTRYPOINT ["/runner/init"]
---> Running in e0d4641ecdd4
---> cebe138bd38a
Successfully built cebe138bd38a
-----> Pushing image to private registry
Launching... done, v3
-----> flaxen-macaroni deployed to Deis
http://flaxen-macaroni.192.168.33.10.xip.io
To learn more, use `deis help` or visit http://deis.io
Everything up-to-date
$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
65d1261e5aac deis/builder:latest /app/bin/entry /app/ About an hour ago Up About an hour 0.0.0.0:2222->22/tcp deis-builder
4a640b95c88f deis/worker:latest /app/bin/boot About an hour ago Up About an hour deis-worker
79724834ee4a deis/server:latest /app/bin/boot About an hour ago Up About an hour 0.0.0.0:8000->8000/tcp deis-server
8153e4056efd deis/cache:latest /app/bin/boot About an hour ago Up About an hour 0.0.0.0:6379->6379/tcp deis-cache
4b0f164e0234 deis/database:latest /app/bin/boot About an hour ago Up About an hour 0.0.0.0:5432->5432/tcp deis-database
9bb5f047df0d deis/logger:latest /app/bin/boot About an hour ago Up About an hour 0.0.0.0:514->514/tcp deis-logger
43b55e6138cf deis/registry:latest /app/bin/boot About an hour ago Up About an hour 0.0.0.0:5000->5000/tcp deis-registry
c40d9f88d181 deis/discovery:latest /app/bin/boot About an hour ago Up About an hour 0.0.0.0:4001->4001/tcp, 0.0.0.0:7001->7001/tcp deis-discovery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment