Created
March 16, 2016 21:14
-
-
Save bmorton/98f434141ab7bc58d7d3 to your computer and use it in GitHub Desktop.
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
haushinka:~$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
6bbba69ec77f redis "/entrypoint.sh redis" 2 hours ago Up 2 hours 0.0.0.0:6379->6379/tcp redis | |
haushinka:~$ (echo -en "MONITOR\r\n"; sleep 10) | nc `docker-machine ip default` 6379 | |
+OK | |
^C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment