Site
System Administration
Networking
Miscellaneous
Site
System Administration
Networking
Miscellaneous
docker build -t jde/graou .
docker run -ti jde/graou <optional commands or arguments like bash>
docker run -d jde/graou <optional commands or arguments>
docker login
. For a private hub, use docker login <private_hub>
docker push adyxax/phpipam:1.2
or docker pull adyxax/phpipam:1.2
docker update –restart=unless-stopped phpipam
export VOLUME=tiddlywiki export DEST=10.1.0.242 docker run --rm -v $VOLUME:/from alpine ash -c "cd /from ; tar -cpf - . " \ | ssh $DEST "docker run --rm -i -v $VOLUME:/to alpine ash -c 'cd /to ; tar -xfp - ' "
docker system prune -f -a