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 18 Next »

Installing the Docker Server

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

  1. Install Docker using the official manuals:
  2. Download the latest version of the Axxon One Docker image using the following command:
    sudo docker pull axxonsoft/axxon-one:latest
  3. Launch Docker using the following command:
    sudo docker run axxonsoft/axxon-one:latest

    Note

    If you need to install an earlier version of the Axxon One Docker image:

    1. Open the link to select the required Axxon One Docker image.

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

      sudo docker pull axxonsoft/axxon-one:2.0.10.42
    3. Paste the copied command into the terminal and run it.

    4. Launch Docker using the following command:

      sudo docker run <image version>

      For example:

      sudo docker run axxonsoft/axxon-one:2.0.10.42

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). You can connect to the Docker Server using Flatpak package as well (see Running the client as Flatpak)

Commands that you might need:

  • Determine the IP address to connect to:
    docker inspect <container id> | grep "IPAddress"
  • Learn <container id> as well as the container name and other information:
    docker ps
    or
    docker container ls
  • Check the availability of the Server:
    ping <ip address>
  • View the running processes:
    docker top <container name>

Installing and starting Axxon One using Docker is complete.

  • No labels