Skip to content

Commit

Permalink
Add new possible commands to README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe authored and bari12 committed Feb 16, 2024
1 parent 9cc4010 commit 920b4a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ After the container is started you can attach to it and start using the rucio co
docker exec -it rucio-clients /bin/bash
$ rucio ping

or just run a single command:

docker exec -it rucio-clients rucio whoami

You can also run commands directly:

docker run --rm -it \
[... config options like above ] \
rucio/rucio-clients rucio whoami

## `RUCIO_CFG` configuration parameters:

Environment variables can be used to set values for the auto-generated rucio.cfg. The names are derived from the actual names in the configuration file.
Expand Down

0 comments on commit 920b4a6

Please sign in to comment.