Last active
May 6, 2016 04:03
-
-
Save up1/a8d6f3bca44e0073291f2dbd25c3ff9c to your computer and use it in GitHub Desktop.
Docker for Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $docker info | |
| Client: | |
| Version: 1.11.1 | |
| API version: 1.23 | |
| Go version: go1.5.4 | |
| Git commit: 5604cbe | |
| Built: Wed Apr 27 00:34:20 2016 | |
| OS/Arch: darwin/amd64 | |
| Server: | |
| Version: 1.11.1 | |
| API version: 1.23 | |
| Go version: go1.5.4 | |
| Git commit: 8b63c77 | |
| Built: Fri Apr 29 14:13:26 2016 | |
| OS/Arch: linux/amd64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $docker run redis:alpine | |
| $docker ps | |
| CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
| cc4d8cf4338c redis:alpine "docker-entrypoint.sh" 20 seconds ago Up 19 seconds 6379/tcp stupefied_meninsky |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment