My docker files
Go to file
KF 9c762dff59
UPD: various update related to docker storage driver change from btrfs to xfs
2024-04-04 12:39:43 +08:00
alpine UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00
amazonlinux2/bea-deployer UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00
amzn2-awscli2 UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00
centos6/dp-tools first commit 2022-01-17 15:56:05 +08:00
centos7/filegw NEW: multiple additions 2022-06-16 21:12:30 +08:00
centos8 UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00
debian UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00
keydb UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00
rocky UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00
ubuntu/mbk-deploy UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00
README.md UPD: various update related to docker storage driver change from btrfs to xfs 2024-04-04 12:39:43 +08:00

README.md

Collection of Dockerfiles

docker on macvlan

On Linux, docker macvlan driver can be used to simplify routing. To create a macvlan network:

docker network create -d macvlan --subnet=192.168.86.0/24 --ip-range=192.168.86.96/27 --gateway=192.168.86.1 -o parent=enp7s0f1 macvlan