Appearance
Installing ybtools on Docker
To run ybtools using docker, ensure that Docker is installed on your client system. See Intalling Docker Desktop
Once Docker is installed and verified as running, you can use the following commands to run the tools container:
bash
# Pull the stable tools image
docker pull yellowbrickdata/ybd-tools:stable
# Run the container in interactive mode, using bash as the entrypoint
docker run --network host -it yellowbrickdata/ybd-tools:stable bash
# Run ybsql and connect to your instance
ybsql -h <instance-url/localhost> -U ybdadmin -d yellowbrick -W