Versions Compared

Key

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

Installing the Docker Server

To install and launch launch Axxon One using Docker, do the following:

  1. Install Docker using the official guidesmanuals:
  2. Open the link to select the required Axxon One Docker image.

  3. Next to the required Docker image, click the button to copy the command.
    Example of the command:

    Code Block
    languagebash
    docker pull axxonsoft/axxon-one:2.0.2.210
  4. Paste the copied command into the terminal and execute run it.

  5. Launch Docker using the following command:

    Code Block
    languagebash
    docker run <image version>

    For example:

    Code Block
    languagebash
    docker run axxonsoft/axxon-one:2.0.2.210
    Enter the required IP address

Starting Axxon One

After installation, you can connect to the Docker Server with the separately installed Axxon One Client. To do this, when staring the Client, enter the IP address of the Docker Server, login and password

...

in the authorization window (when

...

you start Axxon One for the first time, enter the following login and password: root/root).

...

titleNote

...

Commands that you might need:

  • Determine the IP address to connect to

...

  • :
    Code Block

...

languagebash
  • docker inspect <container id> | grep "IPAddress"

...

  • Learn <container id>

...

  • as well as the container name and other information:
    Code Block

...

...

  • docker ps
    or
    Code Block

...

languagebash
  • docker container ls

...

  • Check the availability of the Server

...

  • :
    Code Block

...

  • ping <ip address>

...

  • View the running processes

...

  • :
    Code Block

...

languagebash
  • docker top <container name>

Installation Installing and launch of starting Axxon One using Docker is complete.