Skip to content

dev-mohammed/invoice-app-oop

Repository files navigation

Invoice App php oop

By Mohamed Adel

  • Requirements
  • Installation

Installation

Creating Docker Machine (Optional)

$ docker-machine create howtocodewell-oop-php
$ docker-machine env howtocodewell-oop-php
$ eval $(docker-machine env howtocodewell-oop-php)

Create The Containers and build the images

$ docker-compose up -d --build

Find IP od Docker machine

$ docker-machine ip howtocodewell-oop-php
192.168.99.100

Put the IP in a browser

Requirements

  • Docker 18.09.2
  • Docker Machine 0.16.1 (Optional)
  • Docker Compose 1.23.2