Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

SSH access into the containers

All the stand containers are available by SSH (port 22). Private and public SSH keys should be placed to ssh folder, in this case public SSH key will be copied to container:

...

  • id_rsa - private key
  • 172.16.11.4 - container IP address

Access fron the docker host

Containers are accessible by the standard Docker way

...