op-packages/dockerd/files/lib/fstab.d/dockerd.sh
github-actions[bot] 62640bad4a 🚀 Sync 2026-03-20 14:18:42
2026-03-20 14:18:42 +08:00

4 lines
147 B
Bash

if /etc/init.d/dockerd enabled && [ -f /etc/config/dockerd ]; then
fstab_add_essential_mountpoint "$(uci -q get dockerd.globals.data_root)"
fi