Skip to content

FizzBuzz challenge for learning about the Strategy Pattern

Notifications You must be signed in to change notification settings

moritzwachter/fizzbuzz-strategy

Repository files navigation

PHP Training

Prerequisites

How to start/stop the containers

  • to start all containers in detached mode:
docker-compose up -d
  • to access the CLI of the PHP container:
docker-compose run --rm php-cli
  • to stop all containers:
docker stop $(docker ps -q)
  • to stop the current docker-compose containers:
docker-compose down

How to access your files

About

FizzBuzz challenge for learning about the Strategy Pattern

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages