mirror of
https://github.com/newnius/YAO-docs.git
synced 2024-07-06 05:15:18 +00:00
update
This commit is contained in:
10
sbin/run_agent_helper.sh
Executable file
10
sbin/run_agent_helper.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run \
|
||||
--name yao-agent-helper \
|
||||
-d \
|
||||
--restart always \
|
||||
--detach=true \
|
||||
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \
|
||||
--mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
|
||||
docker:latest sleep 86400000
|
||||
Reference in New Issue
Block a user