mirror of https://github.com/docker/buildx.git
docs: make sure all named context examples use 1.4
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
441853f189
commit
3b5dfb3fb4
|
@ -129,6 +129,7 @@ $ docker buildx build --build-context project=path/to/project/source .
|
|||
```
|
||||
|
||||
```Dockerfile
|
||||
#syntax=docker/dockerfile:1.4
|
||||
FROM alpine
|
||||
COPY --from=project myfile /
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue