mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 02:20:11 -08:00
corrected image
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
function run_io () {
|
||||
docker run -d -p 9001:9001 --name=${image_name} --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes /${portainer_image}
|
||||
docker run -d -p 9001:9001 --name=${image_name} --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes ${portainer_image}
|
||||
}
|
||||
|
||||
function run_vperanda () {
|
||||
|
||||
Reference in New Issue
Block a user