Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Iniciar sesión
threefold_public
/
public
Seguir
5
Destacar
1
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
docker
master
Coesens Bert
hace 2 años
padre
3a867c05eb
commit
7710cc40ac
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+8
-0
install-docker.sh
+ 8
- 0
install-docker.sh
Ver fichero
@@ -0,0 +1,8 @@
#/bin/bash
#Install Docker
apt install ca-certificates curl gnupg lsb-release -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update
apt install docker-ce docker-ce-cli containerd.io -y
Escribir
Vista previa
Cargando…
Cancelar
Guardar