mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
fix docker cli
This commit is contained in:
parent
259683c3c4
commit
a3872a57ed
1 changed files with 0 additions and 3 deletions
|
|
@ -64,8 +64,6 @@ def docker_start_archgw_detached(
|
||||||
item for volume in volume_mappings for item in ("-v", volume)
|
item for volume in volume_mappings for item in ("-v", volume)
|
||||||
]
|
]
|
||||||
|
|
||||||
print("using custom release path")
|
|
||||||
|
|
||||||
options = [
|
options = [
|
||||||
"docker",
|
"docker",
|
||||||
"run",
|
"run",
|
||||||
|
|
@ -78,7 +76,6 @@ def docker_start_archgw_detached(
|
||||||
"--add-host",
|
"--add-host",
|
||||||
"host.docker.internal:host-gateway",
|
"host.docker.internal:host-gateway",
|
||||||
ARCHGW_DOCKER_IMAGE,
|
ARCHGW_DOCKER_IMAGE,
|
||||||
"/Users/adilhafeez/src/intelligent-prompt-gateway/crates/target/wasm32-wasip1/release:/etc/envoy/proxy-wasm-plugins:ro",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
result = subprocess.run(options, capture_output=True, text=True, check=False)
|
result = subprocess.run(options, capture_output=True, text=True, check=False)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue