Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbrazhnik/docker-1
School 42 project // Docker project
https://github.com/vbrazhnik/docker-1
42 42projects 42school born2code docker docker-image docker-machine dockerfile unitfactory
Last synced: 1 day ago
JSON representation
School 42 project // Docker project
- Host: GitHub
- URL: https://github.com/vbrazhnik/docker-1
- Owner: VBrazhnik
- Created: 2018-07-06T10:45:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T14:17:59.000Z (about 6 years ago)
- Last Synced: 2024-02-05T15:53:07.496Z (9 months ago)
- Topics: 42, 42projects, 42school, born2code, docker, docker-image, docker-machine, dockerfile, unitfactory
- Language: Dockerfile
- Size: 1.28 MB
- Stars: 36
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-1
`docker-1` is a School 42 Docker project.
It consists of three parts:
1. How to Docker
2. Dockerfiles
3. Bonus_At the [wiki-pages](../../wiki) of project you can find detailed explanations for each task._
[`docker.en.pdf`](/docker.en.pdf) is the task file.
### How to clone?
This repository includes submodule. Submodule is an app for `ex02` in `01_dockerfiles` part. It is used to demonstrate that created Dockerfile works correctly.
If you want to clone repository with submodule use:
```
git clone --recurse-submodules
```If you will use `git clone `, you will get the empty `app` folder in `01_dockerfiles/ex02`.