Start a local W&B Server instance in a Docker container. Pull and run the wandb/local Docker image. Map the specified host port to port 8080 in the container and mount a persistent Docker volume named “wandb” to store data. Configure the “base_url” setting to point to the local server so that subsequent W&B client calls use it. Prompt for login if no API key is found. Requires Docker to be installed and running on the host machine. This command starts only the W&B Models UI. It is provided only for local testing. In production, the W&B Kubernetes Operator is the recommended way to deploy W&B Server. See https://docs.wandb.ai/platform/hosting/self-managed/operator. For example, to start a local W&B server on the default port (8080):Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-mintlify-style-consistency-1776283399.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Options
| Option | Description |
|---|---|
--port, -p | The host port to bind W&B server on. (default: 8080) |
--env, -e | Environment variables to pass to wandb/local Docker image. (default: []) |
--daemon | Run the server in the background. Use —no-daemon to run in the foreground. (default: True) |