Skip to content

Instantly share code, notes, and snippets.

@svc64
Created April 28, 2024 07:26
Show Gist options
  • Select an option

  • Save svc64/1edce5e0828ffbe2cfdaab18f9d0167b to your computer and use it in GitHub Desktop.

Select an option

Save svc64/1edce5e0828ffbe2cfdaab18f9d0167b to your computer and use it in GitHub Desktop.
docker - depend on NFS
# /usr/lib/systemd/system/docker.service.d/override.conf
# mount your share with "defaults,hard,_netdev"
[Unit]
After=remote-fs.target
Wants=remote-fs.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment