mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.3 KiB
43 lines
1.3 KiB
5 years ago
|
## ascii-art-web-dockerize
|
||
|
|
||
|
### Objectives
|
||
|
|
||
5 years ago
|
You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/ascii-art-web/ascii-art-web.en.md) as the first subject.
|
||
5 years ago
|
|
||
|
- For this project you must create at least :
|
||
5 years ago
|
- one Dockerfile
|
||
|
- one image
|
||
5 years ago
|
- one container
|
||
|
|
||
5 years ago
|
- You must apply [metadata](https://docs.docker.com/config/labels-custom-metadata/) to Docker objects.
|
||
|
|
||
|
- You have to take caution of unused object (often referred to as "garbage collection").
|
||
|
|
||
5 years ago
|
This project will help you learn about :
|
||
|
|
||
|
- Client utilities.
|
||
|
- The basics of web :
|
||
|
- Server
|
||
|
- HTML
|
||
|
- HTTP
|
||
|
- Ways to receive data.
|
||
|
- Ways to output data.
|
||
|
- Learning what is [docker](https://docs.docker.com).
|
||
|
- Using and [setting up Docker](https://docs.docker.com/get-started/) :
|
||
|
- Services and dependencies.
|
||
|
- Containerizing an application.
|
||
|
- Compatibility/Dependency.
|
||
|
- Creating images.
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
- The web server must be created in **Go**.
|
||
5 years ago
|
- The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
|
||
|
- The project must have a **Dockerfile**.
|
||
5 years ago
|
- Your Dockerfile must respect the [Dockerfile good practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/).
|
||
|
- You must use Docker.
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
- You can see all about Docker on [docker docs](https://docs.docker.com/).
|