Versions Compared

Key

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

...

  • 22 – SSH access to the container
  • 443 – Web Console access
  • 60000 – Syslog agent. It is important that you map this port as it is exposed (60000)
  • 60020 – WS-M agent. It is important that you map this port as it is exposed (60200)

Important:

You should run Run the Docker exec command immediately after running the Docker container command  in order to apply your specific Docker environment. The command could be run in any point of time after creating and running the Docker container .

The following environment variables can be used when invoking the command:

...

Code Block
languagebash
themeRDark
docker start dpod  && docker exec -d -u root dpod /bin/su - -c "export ACCEPT_LICENSE=true; export TIME_ZONE=America/New_York ;export DPOD_EXT_HOST_IP=192.168.65.110 ; /app/scripts/app-init.sh"

Note : Run the Docker exec command  in order to apply your specific Docker environment. The command could be run in any point of time after creating and running the Docker container .

Review License Agreement

For reviewing the license agreement execute the following command. The command can be executed in any stage as long as the container is running.

...