Browse Source

Update audit.md

content-update
Ihab 2 years ago committed by GitHub
parent
commit
e30e1d4836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/ascii-art-web/dockerize/audit.md

2
subjects/ascii-art-web/dockerize/audit.md

@ -6,7 +6,7 @@
##### Try running the [command](https://docs.docker.com/engine/reference/commandline/image_build/) `"docker image build [OPTIONS] PATH | URL | -"` to build the image using the project Dockerfile.
##### Example :
&nbsp&nbsp&nbsp&nbsp`"docker image build -f Dockerfile -t <name_of_the_image> ."`
&nbsp &nbsp &nbsp &nbsp `"docker image build -f Dockerfile -t <name_of_the_image> ."`
```
student$ docker images

Loading…
Cancel
Save