Last active
February 13, 2018 19:53
-
-
Save spacecat/c2fbd40eec8e338c88de125dccb97af4 to your computer and use it in GitHub Desktop.
Git, Linux (Ubuntu) and Docker 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
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