wodby ci run
Run container
Usage
wodby ci run [OPTIONS] -s SERVICE | -i IMAGE [flags]
Options
| Flag |
Description |
Default |
--entrypoint string |
Entrypoint |
- |
-e, --env stringSlice |
Environment variables |
[] |
--env-file string |
Env file |
- |
-h, --help |
help for run |
false |
-i, --image string |
Image |
- |
-p, --path string |
Working dir (relative path) |
- |
-s, --service string |
Service |
- |
-u, --user string |
User (defaults to current uid:gid for bind-mounted contexts, except 1000:1000) |
- |
-v, --volume stringSlice |
Volumes |
[] |
Options inherited from parent commands
| Flag |
Description |
Default |
--access-token string |
Access token |
- |
--api-base-url string |
Public REST API base URL |
https://apiv2.wodby.com/v1 |
--api-key string |
API key |
- |
--ci-config-path string |
Path to CI config |
/tmp/.wodby-ci.json |
--verbose |
Verbose output |
false |