Browse Source

corrections of typos

pull/384/head
lee 5 years ago
parent
commit
e4e0eb2b8a
  1. 3
      subjects/ascii-art-web/ascii-art-web-dockerize.audit.en.md
  2. 2
      subjects/ascii-art-web/ascii-art-web-dockerize.en.md

3
subjects/ascii-art-web/ascii-art-web-dockerize.audit.en.md

@ -1,6 +1,6 @@
#### Functional
###### Does the project present a DockerFile?
###### Does the project have a DockerFile?
##### Try running the [command](https://docs.docker.com/engine/reference/commandline/image_build/) `"docker image build [OPTIONS] PATH | URL | -"` to build the image. (example : `"docker image build -f Dockerfile -t <name_of_the_image> ."`).
```
@ -27,6 +27,7 @@ drwxr-xr-x 1 root root 4096 Dec 28 15:31 bin
drwxr-xr-x 2 root root 4096 Sep 8 10:51 templates
I have no name!@51c2efe2d366:/$ exit
exit
student$
```
###### Is the file system for the containers well organized?

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

@ -33,9 +33,9 @@ This project will help you learn about :
- The web server must be created in **Go**.
- The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- You must use Docker.
- The project must have a **Dockerfile**.
- Your Dockerfile must respect the [Dockerfile good practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/).
- You must use Docker.
### Usage

Loading…
Cancel
Save