mirror of https://github.com/docker/docs.git
replaced hardcoded names with 'username'
This commit is contained in:
parent
b28ab73bd3
commit
ae64e3abd6
|
@ -39,7 +39,7 @@ ID: 2f03e7d288e6bea770a2acba4c8c918732aefcd1946c94c918e8a54792e4540f (running)
|
|||
Image: docker/assemble-backend@sha256:«…»
|
||||
|
||||
Sidecar containers:
|
||||
- 0f339c0cc8d7 docker-assemble-backend-auser-proxy-port-5000 (running)
|
||||
- 0f339c0cc8d7 docker-assemble-backend-username-proxy-port-5000 (running)
|
||||
|
||||
Found 1 worker(s):
|
||||
|
||||
|
@ -79,10 +79,10 @@ Alternatively you can specify a named docker volume to use for the cache. For ex
|
|||
|
||||
```
|
||||
~$ docker volume create $USER-assemble-cache
|
||||
auser-assemble-cache
|
||||
~$ docker assemble backend start --cache-volume=auser-assemble-cache
|
||||
username-assemble-cache
|
||||
~$ docker assemble backend start --cache-volume=username-assemble-cache
|
||||
Pulling image «…»: Success
|
||||
Started container "docker-assemble-backend-auser" (74476d3fdea7)
|
||||
Started container "docker-assemble-backend-username" (74476d3fdea7)
|
||||
```
|
||||
|
||||
For information regarding the current cache contents, run the command `docker assemble backend cache`.
|
||||
|
|
|
@ -48,7 +48,7 @@ Manage build backend service
|
|||
|
||||
Options:
|
||||
--addr string backend address (default
|
||||
"docker-container://docker-assemble-backend-Usha--Puttaswamy")
|
||||
"docker-container://docker-assemble-backend-username")
|
||||
|
||||
Management Commands:
|
||||
cache Manage build cache
|
||||
|
@ -67,7 +67,7 @@ For example:
|
|||
```
|
||||
docker assemble backend start
|
||||
Pulling image «…»: Success
|
||||
Started backend container "docker-assemble-backend-auser" (3e627bb365a4)
|
||||
Started backend container "docker-assemble-backend-username" (3e627bb365a4)
|
||||
```
|
||||
|
||||
For more information about `backend`, see [Advanced backend management](/assemble/adv-backend-manage).
|
||||
|
@ -83,7 +83,7 @@ Build a project into a container
|
|||
|
||||
Options:
|
||||
--addr string backend address (default
|
||||
"docker-container://docker-assemble-backend-Usha--Puttaswamy")
|
||||
"docker-container://docker-assemble-backend-username")
|
||||
--label KEY=VALUE label to write into the image as KEY=VALUE
|
||||
--name NAME build image with repository NAME (default
|
||||
taken from project metadata)
|
||||
|
@ -120,7 +120,7 @@ Print the version number of docker assemble
|
|||
|
||||
Options:
|
||||
--addr string backend address (default
|
||||
"docker-container://docker-assemble-backend-Usha-Mandya")
|
||||
"docker-container://docker-assemble-backend-username")
|
||||
```
|
||||
|
||||
For example:
|
||||
|
|
|
@ -27,7 +27,7 @@ To start the backend, run:
|
|||
```
|
||||
~$ docker assemble backend start`
|
||||
Pulling image «…»: Success
|
||||
Started backend container "docker-assemble-backend-auser" (3e627bb365a4)
|
||||
Started backend container "docker-assemble-backend-username" (3e627bb365a4)
|
||||
```
|
||||
|
||||
When the backend is running, it can be used for multiple builds and does not need to be restarted.
|
||||
|
|
Loading…
Reference in New Issue