Versions Compared

Key

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

...

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

    Info
    titleNote

    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:

      Code Block
      languagebash
      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:

      Code Block
      languagebash
      sudo docker run <image version>

      For example:

      Code Block
      languagebash
      sudo docker run axxonsoft/axxon-one:2.0.10.42

...