Link to GitHub repository
This repo provides for running rbw from a Docker container.
Clone repository
git clone [email protected]:mtak/docker-rbw.git
Add bin/ directory to PATH, and persist to .bashrc (or whatever your shell prefers)
PATH="~/dev/docker-rbw/bin:$PATH"
cat <<EOF >>~/.bashrc
export PATH="~/dev/docker-rbw/bin:$PATH"
EOF
Setup the agent, and follow the instructions
rbw-setup.sh
Start the agent. The agent will run in the background and cache your session
rbw-agent
Use rbw like you normally would
rbw ls
Content type
Image
Digest
sha256:a51e8cd71…
Size
21.6 MB
Last updated
about 1 year ago
docker pull merijntjetak/rbw