Skip to content

Commit

Permalink
minor tweaks to docker layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Jun 7, 2018
1 parent 7b003a9 commit 1288a01
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions install_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,18 @@ QuickStart

The following assumes that Docker has been successfully installed and is running on the host system. It also assumes that the base host is running a time keeping system such as NTP and is NOT running httpd, postgres, or anything else listening on the list of ports below. The Docker image will share the network stack with the host and so expects to be able to bind to all of the ports as if it were being run natively.

Ports
pScheduler: 443
owamp: 861
pScheduler
############
:Port: 443

owamp
############
:Port: 861

.. note:: See Limitations section for more details on the network in OSX and Windows deployments.

.. note:: See Limitations section for more details on the network in OSX and Windows deployments.

.. note:: See http://www.perfsonar.net/deploy/security-considerations/ for a full listing of ports.

Docker does support the concept of remapping network ports to guests, but is beyond the scope of this model.

Expand Down

0 comments on commit 1288a01

Please sign in to comment.