diff --git a/docs/images/quickstart/docker/create-workspace.png b/docs/images/quickstart/docker/create-workspace.png old mode 100644 new mode 100755 index a1b13c8e21f04..04f12325399da Binary files a/docs/images/quickstart/docker/create-workspace.png and b/docs/images/quickstart/docker/create-workspace.png differ diff --git a/docs/images/quickstart/docker/ides.png b/docs/images/quickstart/docker/ides.png old mode 100644 new mode 100755 index 2a912c294c47f..c240e6a3edd41 Binary files a/docs/images/quickstart/docker/ides.png and b/docs/images/quickstart/docker/ides.png differ diff --git a/docs/images/quickstart/docker/login.png b/docs/images/quickstart/docker/login.png old mode 100644 new mode 100755 index 9abf7c69c537a..7bb5f9e55e463 Binary files a/docs/images/quickstart/docker/login.png and b/docs/images/quickstart/docker/login.png differ diff --git a/docs/quickstart/docker.md b/docs/quickstart/docker.md index b27e44f9f66b1..4ef293527a60a 100644 --- a/docs/quickstart/docker.md +++ b/docs/quickstart/docker.md @@ -15,12 +15,16 @@ Coder with Docker has the following advantages: 1. [Install and launch Coder](../install.md) - You may use `CODER_ACCESS_URL=http://localhost:7080` since we're using local - Docker workspaces exclusively. The rest of the guide will assume that this is your - access URL. + You will specify `CODER_ACCESS_URL=http://localhost:7080` since we're using + local Docker workspaces exclusively. `CODER_ACCESS_URL` is the external URL + to access Coder. The rest of the Docker quickstart guide will assume that + this is your Access URL. + + You will also specify `CODER_ADDRESS=0.0.0.0:7080` which is the address to + serve the API and dashboard. ```bash - coder server -a $CODER_ACCESS_URL + coder server --address $CODER_ADDRESS --access-url $CODER_ACCESS_URL ``` 1. Run `coder login http://localhost:7080` in a new terminal and follow the