This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --name adguardhome\ | |
--restart unless-stopped\ | |
-v /my/own/workdir:/opt/adguardhome/work\ | |
-v /my/own/confdir:/opt/adguardhome/conf\ | |
-p 53:53/tcp -p 53:53/udp\ | |
-p 67:67/udp -p 68:68/udp\ | |
-p 80:80/tcp -p 443:443/tcp -p 443:443/udp -p 3000:3000/tcp\ | |
-p 853:853/tcp\ | |
-p 784:784/udp -p 853:853/udp -p 8853:8853/udp\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /opt | |
wget https://github.com/jadolg/DockerImageSave/releases/download/v1.6.19/DockerImageSave-linux-amd64 | |
chmod +x DockerImageSave-linux-amd64 | |
luego para descargar cualquier imagen solo vasta con ejecutar | |
./DockerImageSave-linux-amd64 -i nombre/imagen:version | |
luego tiene en ese directorio un comprimido .zip de la imagen descargada |