-
Notifications
You must be signed in to change notification settings - Fork 0
Setup guide
Riccardo edited this page Nov 17, 2017
·
1 revision
Before you begin, make sure:
- you have Docker installed. Get the latest version from https://www.docker.com/: the Community Edition (CE) is ideal for small teams, Docker Enterprise Edition (EE) is designed for enterprise development and IT teams who build, ship, and run business critical applications in production at scale.
- you have Docker-compose installed. Get the latest version from https://docs.docker.com/compose/install/. Compose is a tool for defining and running multi-container Docker applications.
- you have an updated web browser (for example the latest version of Google Chrome)
You just have to follow these steps:
docker-compose up- Then get containers ports using:
docker ps - Open you browser using
localhost:<container_port> - Enjoy :)