Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.53 KB

README.md

File metadata and controls

75 lines (48 loc) · 1.53 KB

epitech-docker

Docker images for continuous integration and deployment of Epitech projects

Table of Contents

About

Docker images with different environment (global and language specific) and different operating system (Ubuntu and Fedora) for continuous integration and deployment of Epitech projects.

Built with

Getting started

Prerequisites

  1. Install Docker

Using

Current directory

Fedora:

docker run --rm -v "$PWD:/tmp" cyberryteam/epitech-docker:fedora make

Ubuntu:

docker run --rm -v "$PWD:/tmp" cyberryteam/epitech-docker:ubuntu make

Language specific

docker run --rm -v "$PWD:/tmp" cyberryteam/epitech-docker:<tag> make

Replace <tag> by one of the following:

Fedora:

  • C: fedora-c
  • C++: fedora-cpp
  • Python: fedora-python

Ubuntu:

  • C: ubuntu-c
  • C++: ubuntu-cpp
  • Python: ubuntu-python

Contributing

Bug reports, feature requests, other issues and pull requests are welcome. See CONTRIBUTING.md for more information.

License

Distributed under the MIT License. See LICENSE for more information.