Skip to content

Instantly share code, notes, and snippets.

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 IronCore864/29690efd00214c0dc2ee5dd6061028de to your computer and use it in GitHub Desktop.
Save IronCore864/29690efd00214c0dc2ee5dd6061028de to your computer and use it in GitHub Desktop.
vagrant@vagrant ~ $ ps -ef | grep hello
vagrant 18897 18407 0 08:50 pts/0 00:00:00 grep --color=auto hello
vagrant@vagrant ~ $ docker run -it -d ironcore864/go-hello-http
Unable to find image 'ironcore864/go-hello-http:latest' locally
latest: Pulling from ironcore864/go-hello-http
cbdbe7a5bc2a: Pull complete
73fe6db8eb7a: Pull complete
b33cd23ff126: Pull complete
Digest: sha256:8127dfa67b90029ab0d71f443287a3de6cea85f5ff2e7ad1c6988ef4d69a2839
Status: Downloaded newer image for ironcore864/go-hello-http:latest
1390541e5f9f58855beea661201ee48ea9679d612aca1112aba9409586468c76
vagrant@vagrant ~ $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1390541e5f9f ironcore864/go-hello-http "./hello" 2 seconds ago Up 1 second 8080/tcp funny_chaplygin
vagrant@vagrant ~ $ ps -ef | grep hello
root 18978 18952 3 08:50 pts/0 00:00:00 ./hello
vagrant 19019 18407 0 08:50 pts/0 00:00:00 grep --color=auto hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment