Go to documentation repository
Page History
...
- Install Docker using the official manuals:
- Debian: https://docs.docker.com/engine/install/debian/.
- Ubuntu: https://docs.docker.com/engine/install/ubuntu/.
Info title Note Minimum requirements to launch Axxon One using Docker on Ubuntu:
- dual-core CPU;
- 4 GB RAM;
- 200 GB HDD.
- Other distribution packages: https://docs.docker.com/engine/install/.
- Download the latest version of the Axxon One Docker image using the following command:
Code Block language bash sudo docker pull axxonsoft/axxon-one:latest
- Launch Docker using the following command:
Code Block language bash sudo docker run axxonsoft/axxon-one:latest
Info title Note If you need to install an earlier version of the Axxon One Docker image:
Open the link to select the required Axxon One Docker image.
Next to the required Docker image, click the button to copy the command.
Example of the command:Code Block language bash sudo docker pull axxonsoft/axxon-one:2.0.10.42
Paste the copied command into the terminal and run it.
Launch Docker using the following command:
Code Block language bash sudo docker run <image version>
For example:
Code Block language bash sudo docker run axxonsoft/axxon-one:2.0.10.42
...
Overview
Content Tools