Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 528 Bytes

triton-sandbox

A Docker image with tools and examples to make it easy to explore Triton

On macOS, with SSH keys and a Triton config in expected places:

docker run --rm -it -v ~/.ssh:/root/.ssh -v ~/.triton:/root/.triton triton-sandbox bash

That will create directories in your macOS home dir/account if they don't exist, so it's safe to run even if you don't have any SSH keys or a configured Triton environment. If you do have any of those configured, it will bring them into the container in read/write mode.