To install and launch Axxon One using Docker, do the following:
Minimum requirements to launch Axxon One using Docker on Ubuntu:
|
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:
docker pull axxonsoft/axxon-one:2.0.2.210 |
Paste the copied command into the terminal and run it.
Launch Docker using the following command:
docker run <image version> |
For example:
docker run axxonsoft/axxon-one:2.0.2.210 |
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).
Commands that you might need:
docker inspect <container id> | grep "IPAddress" |
docker ps |
docker container ls |
ping <ip address> |
docker top <container name> |
Installing and starting Axxon One using Docker is complete.