7 lines
231 B
Bash
Executable File
7 lines
231 B
Bash
Executable File
cargo run -q -p harmony-fleet-deploy --bin harmony-fleet-example-deployment -- \
|
|
--namespace "fleet-demo" \
|
|
--name "testdeployment-apache" \
|
|
--target-device "paul" \
|
|
--image "docker.io/library/httpd:alpine" \
|
|
--port "8080:80"
|