To work with the Docker container, you must first install the script package. To install the package, do the following:
For Debian and Ubuntu:
sudo apt-get install git gettext binutils |
dnf install git gettext binutils |
Clone the axxonone.docker repository.
git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonone.docker.git |
If the "server certificate verification failed" error occurs, execute the following command in the terminal:
|
Update the cloned repository files:
cd /home/%username/axxonone.docker/ |
Download the contents of the git repository:
git pull |
Installing the script package is complete.
./axxon-one.sh build |
After you complete the build, Axxon One will be ready to be started in the Docker container. To view the available versions, use the command:
./axxon-one.sh list |
Output example:
REPOSITORY TAG IMAGE ID CREATED SIZE axxon-one latest 00deadbeefff 1 hour ago 5.92GB axxon-one 2.0.10.42 00deadbeefff 1 hour ago 5.92GB |
|
Starting the Docker container:
./axxon-one.sh start |
By default, the image with the latest tag is used. To start a specific version of the Docker container, specify its number, for example:
./axxon-one.sh start 2.0.10.42 |
Stopping the Docker container:
./axxon-one.sh stop |
Checking the Docker container status:
./axxon-one.sh status |
Collecting the system data:
./axxon-one.sh support |
The file with data will be saved in the /home/axxonone.docker/data directory.