Skip to content

Instantly share code, notes, and snippets.

@spacecat
Last active February 13, 2018 19:53
Show Gist options
  • Save spacecat/c2fbd40eec8e338c88de125dccb97af4 to your computer and use it in GitHub Desktop.
Save spacecat/c2fbd40eec8e338c88de125dccb97af4 to your computer and use it in GitHub Desktop.
Git, Linux (Ubuntu) and Docker commands
Git commands
git init
git clone
git push
git pull
git commit -m "Message"
Linux (Ubuntu) commands
ls
pwd
lsb_release -a
Docker commands
docker version
docker info
docker inspect <image>
docker run -it microsoft/azure-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment