Setup and Install Docker Netclient on OpenWRT
Prerequisite: Expand Storage
1
3
4
5
6
8
Modify /etc/config/fstab
config 'global'
option anon_swap '0'
option anon_mount '0'
option auto_swap '1'
option auto_mount '1'
option delay_root '5'
option check_fs '0'
config mount
option target '/overlay'
option device '/dev/sda1'
option fstype 'ext4'
option options 'rw,sync'
option enabled '1'
option enabled_fsck '0'Install Docker
opkg install dockerd dockerInstall WireGuard
Join Netmaker Network Via Docker
Last updated
Was this helpful?