Skip to content

VBrazhnik/docker-1

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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 of project you can find detailed explanations for each task.

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 <repository url>

If you will use git clone <repository url>, you will get the empty app folder in 01_dockerfiles/ex02.