fix(nasp): dnew and gateway
This commit is contained in:
parent
9daecf46a7
commit
cb00edf274
|
@ -365,7 +365,7 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
routeConfig = {
|
routeConfig = {
|
||||||
Gateway = "2001:da8:bf:300::1";
|
Gateway = "fd01:da8:bf:300::1";
|
||||||
GatewayOnLink = true;
|
GatewayOnLink = true;
|
||||||
Metric = 90;
|
Metric = 90;
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,7 +29,8 @@ ask_for_yN()
|
||||||
|
|
||||||
container_name=$(whoami)_$(date +%y%m%d-%H%M%S)
|
container_name=$(whoami)_$(date +%y%m%d-%H%M%S)
|
||||||
|
|
||||||
base_command="sudo docker run -d --net=host -v /home2:/home2 \\
|
base_command="sudo docker run -d --net=host \\
|
||||||
|
-v /home2:/home2 -v /share:/share \\
|
||||||
--cap-add=SYS_NICE --cap-add=IPC_LOCK \\
|
--cap-add=SYS_NICE --cap-add=IPC_LOCK \\
|
||||||
--security-opt seccomp=unconfined --ulimit memlock=-1:-1 \\
|
--security-opt seccomp=unconfined --ulimit memlock=-1:-1 \\
|
||||||
--restart=unless-stopped \\
|
--restart=unless-stopped \\
|
||||||
|
|
Loading…
Reference in New Issue
Block a user