Search
You can find the results of your search below.
Fulltext results:
- Docker-Compose @docker_notes
- -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 ... lumes can be defined dynamically from environment variables using a name section as we did in the previ
- Docker mailserver @docker_notes
- ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=I... ncrement, `domain_id` int(11) NOT NULL, `email` varchar(100) NOT NULL, `password` varchar(150) NOT NULL, `quota` bigint(11) NOT NULL DEFAULT 0, PRIMARY... crement, `domain_id` int(11) NOT NULL, `source` varchar(100) NOT NULL, `destination` varchar(100) NO
- Docker Deluge Image / Service @docker_notes
- container, ssh cannot be used.) =====Environment Variables into Docker===== I need to work on this one... d whole supervision tree sees original set of env vars. It switches with-contenv into a nop. I placed ... ENV=1'' before first init and all the environment variable were visible. *[[https://vsupalov.com/docker-arg-env-variable-guide/|Docker ARG, ENV and .env - a Complete
- Docker @docker_notes
- ate them within. Linux does not need this as the various docker programs run natively. A version of Do... -''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
- Linux CLI Commands @tech_notes
- tag>CLI Commands}} ======Linux CLI Commands====== Various Linux CLI (Command Line Interface) Commands w... ''-h'' set human readable format *''du -s /tmp /var'' lists the summary of directories /var and /tmp only, where: * ''-s'' set summaries ===ncdu=== n