Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 1.66 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.66 KB

WeDevelop's Full Stack Training Program - Docker Development Environment

This repository contains a Docker Compose configuration file for usage with WeDevelop's Full Stack Training Program.

The main goal is to learn how to use Docker on a typical Development Environment, while also learning how to fix common issues that occur on a daily basis for a Full Stack developer.

WARNING!

This repository and its companions contain errors introduced on purpose! Please read on to find out how to use this repository.

Rules

  • After cloning any needed repositories you may only use commands from the Docker CLI.
  • The commands you're allowed to use are docker and docker-compose, along with any parameters.
  • DO NOT cheat by executing commands that are not from Docker (such as npm, npx, rm, etc) from outside of the containers.
  • (Linux only) DO NOT execute Docker commands as the superuser! (Don't use sudo docker or sudo docker-compose). You'll need to add your user to the docker group on your operative system.

Usage

NOTE: This repository is meant to be used in conjuction with the Frontend and Backend repositories.

  1. Install and familiarize yourself with Docker Engine
  2. Install and familiarize yourself with Docker Compose
  3. Clone this repository
  4. Move into the new clone
  5. Use the command docker-compose up to start exercising your Docker skills :)