Command database overview

Name Description OS
mkdocs serveStarts mkdos webserver with mkdocs.yml configurationLinux
mkdocs gh-deployAutomaticaly uploads mkdocs to githubLinux
docker pull Download docker imageLinux
docker run -d -t --name Make container with specific name with imageLinux
docker psShow running containersLinux
docker exec -it bashEnter to the container with bashLinux
docker rm -f Delete containerLinux
docker stop Stop containerLinux
docker start Starts specific containerLinux
docker ps -aShows all containersLinux
docker ps --sizeShow all containers with their sizesLinux
sudo docker image lsShow all downloaded imagesLinux
Add new command