client: plugins: tor: pull alpine:latest when starting
This commit is contained in:
@@ -54,6 +54,7 @@ function tor::start()
|
||||
lib_utils::print_error "${tor_container}: instance already running (consider \`restart\`)"
|
||||
return 1
|
||||
else
|
||||
docker pull alpine:latest || lib_utils::die_fatal
|
||||
docker run -it --rm --detach \
|
||||
--network "$global_network" \
|
||||
--name="${tor_container}" \
|
||||
|
||||
Reference in New Issue
Block a user