-
Notifications
You must be signed in to change notification settings - Fork 9
Docker Installation
Opt-Net edited this page Jul 31, 2017
·
2 revisions
First install Docker Community Edition 17.3 and Docker-Compose 1.13.0 per documentation of these respective products.
For example follow this link for detailed instructions for installation of Docker on your system: https://docs.docker.com/engine/installation/
Example how to install Docker Compose:
curl -L https://github.com/docker/compose/releases/download/1.13.0/docker-compose-uname -s-uname -m > /usr/local/bin/docker-compose
After this is done, check your work by verifying installations:
docker --version
docker-compose --version
You may find NG-NetMS Docker files at https://hub.docker.com/u/optnet/
Download and install NG-NetMS containers by running this command: