mirror of https://github.com/docker/docs.git
Update develop/develop-images/build_enhancements.md
Co-Authored-By: ahh-docker <41210220+ahh-docker@users.noreply.github.com>
This commit is contained in:
parent
dc768f6ec1
commit
4e4398d158
|
@ -191,6 +191,6 @@ RUN --mount=type=ssh git clone git@github.com:myorg/myproject.git myproject
|
||||||
|
|
||||||
Once the `Dockerfile` is created, use the `--ssh` option for connectivity with the SSH agent.
|
Once the `Dockerfile` is created, use the `--ssh` option for connectivity with the SSH agent.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ docker build --ssh default .
|
$ docker build --ssh default .
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue