diff --git a/README.md b/README.md index fe5204e..2b793da 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,32 @@ sudo apt update ## **Verify that the installation is successful by running the ```hello-world``` image:** -```sudo docker run hello-world``` \ No newline at end of file +```sudo docker run hello-world``` + +--- + +## **One-liner to run the entire package** + +``` +sudo apt remove $(dpkg --get-selections docker.io docker-compose docker-compose-v2 docker-do +sudo apt update +sudo apt install ca-certificates curl +sudo install -m 0755 -d /etc/apt/keyrings +sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc +sudo chmod a+r /etc/apt/keyrings/docker.asc +sudo tee /etc/apt/sources.list.d/docker.sources <