In this video you will learn how to install Docker on an ubuntu server. I will also show the frequently used commands that users most often access.
Docker is one of the most well-known tools for working with containers. Thanks to it, the work becomes easier for programmers and administrators.
Commands used
apt update
apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubu... | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
apt update
apt-cache policy docker-ce
apt install docker-ce
systemctl status docker
usermod -aG docker user
su - user
docker run hello-world
docker
docker search search-query
docker pull name
docker images
docker run -i -t name
Links:
https://www.mivocloud.com/
https://www.docker.com/
Watch video Installing Docker in Linux, ubuntu online without registration, duration hours minute second in high quality. This video was added by user MivoCloud 29 June 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 347 once and liked it 16 people.