Installation with Docker

How to use Docker to intall Stoobly

Prerequisite

Docker first must be installed. Refer to the official Docker install instructions herearrow-up-right.

Install

To install the agent, pull the following Docker image.

docker pull stoobly/agent

Update

To update the agent, re-pull the Docker image.

docker pull stoobly/agent

Verify

docker run \
    -v ~/.stoobly:/home/stoobly/.stoobly \
    stoobly/agent \
    stoobly-agent --help

Next Steps

You're all setup! Depending on your use case, you may want to take a look at:

Last updated