Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

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

  1. Install Docker using the official guides:
  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:

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

  5. Launch Docker using the following command:

    docker run <image version>

    For example:

    docker run axxonsoft/axxon-one:2.0.2.210


  6. Enter the required IP address, login and password to launch the Axxon One Client (when launching Axxon One for the first time, enter the following login and password: root/root).

    Note

    • To determine the IP address to connect to, execute the following command:
      docker inspect <container id> | grep "IPAddress"

      To determine the <container id>, execute the following command:
      docker ps

      or
      docker container ls


    • To check the availability of the Server, execute the following command:
      ping <ip address>
    • To view the running processes, execute the following command:
      docker top <container name>

Installation and launch of Axxon One using Docker is complete.

  • No labels