Go to documentation repository
Page History
...
- Install Docker using the official guides:
- 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: https://docs.docker.com/engine/install/.
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 docker pull axxonsoft/axxon-one:2.0.0.188
Paste the copied command into the terminal and execute it.
Launch Docker using the following command:
Code Block docker run <image version>
For example:
Code Block docker run axxonsoft/axxon-one:2.0.0.188
- 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).
Info title Note - To determine the IP address to connect to, execute the following command:
Code Block docker inspect <container id> | grep "IPAddress"
To determine the <container id>, execute the following command:Code Block docker ps
orCode Block docker container ls
- To check the availability of the Server, execute the following command:
Code Block ping <ip address>
- To view the running processes, execute the following command:
Code Block docker top <container name>
- To determine the IP address to connect to, execute the following command:
...
Overview
Content Tools