docker-machine create default --virtualbox-no-vtx-checkdocker run hello-worldsudo apt updatesudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-commoncurl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"sudo apt updatesudo apt-cache policy docker-ceDocker-ce:
Installed: (none)
Candidate: 5:18.09.7~3-0~debian-buster
Version table:
5:18.09.7~3-0~debian-buster 500
500 https://download.docker.com/linux/debian buster/stable amd64 Packagessudo apt install docker-cesudo systemctl status dockerdocker: Cannot connect to the Docker daemon. Is the docker daemon running on this host?.
See 'docker run --help'.sudo usermod -aG docker ${USER}su - ${USER}id -nGsudo usermod -aG docker usernameservice docker startdocker versiondocker infodocker search ubuntudocker pull ubuntu:19.04docker imagesdocker psdocker rmi hello-worlddocker attach docker-ubuntu19.04docker stop docker-ubuntu19.04docker stop $(docker ps -q)docker start docker-ubuntu19.04docker restart docker-ubuntu19.04docker rename docker-ubuntu19.04 docker-myubuntu19.04