Skip to main content

Cargo run

NAME

run - Run a cargo

SYNOPSIS

run [-n|--namespace] [-v|--volume] [-e|--env] [-h|--help] <NAME> <IMAGE> [COMMAND]

DESCRIPTION

Run a cargo

OPTIONS

-n, --namespace <NAMESPACE> Namespace for the new cargo; defaults to global

-v, --volume <VOLUMES>
Volumes of the cargo

-e, --env <ENV>
Environment variables of the cargo

-h, --help
Print help

<NAME>
Name of the cargo

<IMAGE>
Image of the cargo

[COMMAND]
Command to execute