mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed a couple of minor syntax errors.
This commit is contained in:
parent
e3be2e959b
commit
32663bf431
1 changed files with 2 additions and 0 deletions
|
@ -46,11 +46,13 @@ in a standard build environment.
|
||||||
You can run an interactive session in the newly built container:
|
You can run an interactive session in the newly built container:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
docker run -i -t docker bash
|
docker run -i -t docker bash
|
||||||
|
|
||||||
|
|
||||||
To extract the binaries from the container:
|
To extract the binaries from the container:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
docker run docker sh -c 'cat $(which docker)' > docker-build && chmod +x docker-build
|
docker run docker sh -c 'cat $(which docker)' > docker-build && chmod +x docker-build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue