Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.