mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-24 23:36:46 +00:00
More typo fixes courtesy of @tiffanyfj
This commit is contained in:
@@ -1229,7 +1229,7 @@ Go back to `node1` afterwards.
|
||||
`docker run -p → docker service create -p`
|
||||
|
||||
- If you indicate a single port number, it will be mapped on a port
|
||||
start at 30000
|
||||
starting at 30000
|
||||
<br/>(vs. 32768 for single container mapping)
|
||||
|
||||
- You can indicate two port numbers to set the public port number
|
||||
@@ -1543,7 +1543,7 @@ The curl command should now output:
|
||||
|
||||
.exercise[
|
||||
|
||||
- Set `DOCKER_REGISTRY` and `TAG` environment variablesto use our local registry
|
||||
- Set `DOCKER_REGISTRY` and `TAG` environment variables to use our local registry
|
||||
|
||||
- And run this little for loop:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user