You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
# driver and ipam-driver name is fixed, don't change them
# subnet should be one cidr address of calico ip-pool
docker network create --ipam-driver calico-ipam --driver calico --subnet 10.1.0.0/16 barrelnet
Create fixed ip container and start it, recording its ip
docker run --label fixed-ip --network barrelnet busybox:latest /bin/ash
Stop the fixed container and restart it to check whether the ip is changed
Remove the container and check whether the ip is released