docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docker [2021/12/17 13:36] – [References] admindocker [2025/06/01 17:12] (current) – [Compose files] admin
Line 51: Line 51:
 <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":
  
Line 74: Line 77:
 </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]]
  
Line 80: Line 93:
  
 [[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]}}
  • docker.1639719417.txt.gz
  • Last modified: 2021/12/17 13:36
  • by admin