Skip to content

School 42 project // Docker project

Notifications You must be signed in to change notification settings

VBrazhnik/docker-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.