Skip to content

Instantly share code, notes, and snippets.

@RobinDaugherty
Created November 18, 2016 15:49
Show Gist options
  • Select an option

  • Save RobinDaugherty/542fa40408ef89ca8f76f9b1d435a25a to your computer and use it in GitHub Desktop.

Select an option

Save RobinDaugherty/542fa40408ef89ca8f76f9b1d435a25a to your computer and use it in GitHub Desktop.
Cloud66 docker helpful commands
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