https://linuxiac.com/how-to-install-docker-on-ubuntu-24-04-lts/
sudo apt update
sudo apt install -y apt-transport-https curl
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt update
sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl is-active docker
sudo docker run hello-world
sudo usermod -aG docker ${USER}
Executant les instruccions de dalt te faltarà reiniciar sessió
Image Not Showing Possible ReasonsLearn More →
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
https://www.cloudhuntinggames.com/https://promptairlines.com/https://bigiamchallenge.com/challenge/1https://k8slanparty.com/https://eksclustergames.com/
May 25, 2025[TOC]
Apr 23, 202520250117 - mòduls i logs objectiu: demostrar que heu habilitat el mòdul http2 a apache i nginx; demostració via curl; demostrar que sabem qui ens visita: logs (apache i nginx) lliurament a https://forms.gle/x2R8U2ecEtxkyyndA regal: jq
Mar 24, 2025dimecres 12 abril (+10%) i dimecres 19 abril (inajornable)
Mar 8, 2025or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up