Created
November 18, 2016 15:49
-
-
Save RobinDaugherty/542fa40408ef89ca8f76f9b1d435a25a to your computer and use it in GitHub Desktop.
Cloud66 docker helpful commands
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 commit 41cd9fbd7839 debug_41cd9fbd7839 | |
| docker run -it --entrypoint=bash debug_41cd9fbd7839 | |
| apt-get update | |
| apt-get install vim | |
| vim dockerServer.js | |
| node dockerServer.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment