Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ rio run --build-branch dev --build-dockerfile Dockerfile.production --build-cont
# run a service that deploy on any new tag matching '^v' and not match 'alpha'
rio run -p 8080 -n tag-demo --build-webhook-secret=githubtoken --build-tag=true --build-tag-include="^v" --build-tag-exclude="alpha" https://github.com/rancher/rio-demo

# run a service which has an env var in the container spec set to the pod name, see riofile docs for more options
rio run -e "POD_NAME=\$(self/name)" -p 80 nginx
```

---
Expand Down