var

Search

You can find the results of your search below.

Docker @docker_notes
10 Hits, Last modified:
-''sudo apt remove docker-ce'' -Check the the ''var/lib/docker'' directory, ''sudo du -d 1 -h var/lib/docker'' -''rm -rf /var/lib/docker'' to remove the docker directory. //I try not to store any i... :9443 --name=portainer --restart=always \ -v /var/run/docker.sock:/var/run/docker.sock \ -v por
Nextcloud Container @docker_notes
3 Hits, Last modified:
''%%docker exec -u www-data nextcloud-app-1 php /var/www/html/cron.php%%'' runs the cron.php * ''%%d... ers: * The shell enters into the directory ''/var/html/www'', where the ''occ'' executable is locat... d user ''www-data''. The working directory is ''/var/www/html'' * Manually upgrade command: ''php oc
Docker-Compose @docker_notes
2 Hits, Last modified:
-container </code> These volumes are stored in `/var/lib/docker/volumes`. ====Docker external named v... local \ --opt type=none \ --opt device="/var/opt/my_website/dist" \ --opt o=bind web_data