[~] Minor

This commit is contained in:
Maxim Khomutov 2024-07-24 11:37:43 +03:00
parent af5c340dd0
commit f9eba3f451

View File

@ -7,7 +7,7 @@ before-reboot:
- chmod a+r /etc/apt/keyrings/docker.asc
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
- apt update
- apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
after-reboot:
Check Docker:
- docker ps