rdt through it without installing anything on your control node besides Docker.
Prerequisites
- Docker, or a compatible CLI such as Podman (set
DOCKER=podmanif so). - The
rdt.shwrapper script (shipped alongside the image).
Running commands
Use the wrapper script exactly as you would therdt binary: it forwards all
arguments:
~/.rdt config directory and ~/.ssh keys into the
container and runs with host networking, so configs and SSH access work the same as a
native install.
Providing the image
If you weren’t given an already-loaded Docker image, load one from a tar file explicitly:- An existing Docker image tagged
rdt:<version>orrdt:latest. - A tar at
$RDT_DOCKER_IMAGE_PATH(default:/opt/regatta/current/tools/rdt/rdt_image.tar). rdt_image.tarin the current working directory.
./rdt.sh --help for the full set of flags and environment variables.