This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| docker [2021/12/17 13:36] – [Start on boot] admin | docker [2025/06/01 17:12] (current) – [Compose files] admin |
|---|
| <code> | <code> |
| $ sudo nano /lib/systemd/system/docker.service | $ sudo nano /lib/systemd/system/docker.service |
| | </code> |
| | |
| | <file> |
| After=media-usb.mount media-ssd.mount | After=media-usb.mount media-ssd.mount |
| Requires=media-usb.mount media-ssd.mount | Requires=media-usb.mount media-ssd.mount |
| </code> | |
| |
| | </file> |
| From "unit files": | From "unit files": |
| |
| </code> | </code> |
| |
| ==== References ==== | ===== Random bits ===== |
| | Access Docker volumes from WSL Linux instance: |
| | <file> |
| | # mount -t drvfs '\\wsl.localhost\docker-desktop\mnt\docker-desktop-disk\data\docker\volumes' /mnt/volumes |
| | </file> |
| | |
| | ===== Compose files ===== |
| | [[Cacti]] |
| | |
| | [[Portainer Agent]] |
| | ===== References ===== |
| [[http://www.xeams.com/app?operation=forum&st=viewOneArticle&id=15469|How to change the timezone in XEAMS]] | [[http://www.xeams.com/app?operation=forum&st=viewOneArticle&id=15469|How to change the timezone in XEAMS]] |
| | |
| [[https://github.com/openmediavault/openmediavault/issues/458#issuecomment-628076472|Delay docker startup until all shared folders is mounted #458]] | [[https://github.com/openmediavault/openmediavault/issues/458#issuecomment-628076472|Delay docker startup until all shared folders is mounted #458]] |
| | |
| [[https://github.com/openmediavault/openmediavault/issues/458#issuecomment-628076472|How To Use Systemctl to Manage Systemd Services and Units]] | [[https://github.com/openmediavault/openmediavault/issues/458#issuecomment-628076472|How To Use Systemctl to Manage Systemd Services and Units]] |
| | |
| | [[https://superuser.com/questions/1777084/in-a-wsl2-distro-what-determines-the-files-that-appear-under-wsl-some-other/1778525#1778525|In a WSL2 distro - what determines the files that appear under: /wsl/{some-other-distro}]] |
| | |
| | {{tag>[Docker]}} |