Installation with Docker
How to use Docker to install Stoobly
Prerequisite
Docker must be installed. Refer to the official Docker install instructions here.
Run
Start the Docker container with the following command:
The above command will:
Download the Docker image from Docker Hub
Start the proxy server and UI server
Expose the proxy on port 8080 and the UI on port 4200
If the proxy port conflicts, configure it with the
--proxy-port INTEGER
optionIf the UI port conflicts, configure it with
--ui-port INTEGER
option
The command will also mount the ~/.stoobly
data directory from your host as a data volume to persist changes. If you don't want to persist changes then remove the -v ~/.stoobly:/root/.stoobly
Docker option
After running the command, you should see output lsimilar to this to indicate that the agent started up successfully:
Last updated