Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaelshobbs/412ed1bceb77cd94dfed4caff3a8a0fc to your computer and use it in GitHub Desktop.
Save michaelshobbs/412ed1bceb77cd94dfed4caff3a8a0fc to your computer and use it in GitHub Desktop.
root@dokku:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1806ce290cc4 usman/docker-seyren "/usr/bin/run-seyren." 3 minutes ago Up 3 minutes 8080/tcp lonely_kare
root@dokku:~# docker inspect -f '{{ .NetworkSettings.Networks.bridge.IPAddress }}' lonely_kare
172.17.0.2
root@dokku:~# curl -I 172.17.0.2:8080
HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Content-Length: 0
Date: Thu, 28 Jul 2016 16:11:00 GMT
root@dokku:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment