Just a quick snippet to remind me quickly how to install docker on Ubuntu 24.04
curl -fsSL https://get.docker.com -o get-docker.sh
chmod a+x get-docker.sh
./get-docker.sh
Just a quick snippet to remind me quickly how to install docker on Ubuntu 24.04
curl -fsSL https://get.docker.com -o get-docker.sh
chmod a+x get-docker.sh
./get-docker.sh
Leave a Reply