Go to documentation repository
Page History
...
To work with the Docker container, you must first install the script package. To install the package, do the following:
- Go to the home directory and create a folder for the script package.
Code Block language shell cd /home mkdir axxonone.docker cd axxonone.docker - Connect the Connect the Axxon One repository. To do this, do the following:
- Install git and the envsubst utility using the command:
For Debian and Ubuntu:
Code Block language shell sudo apt-get install git gettext binutils
- For Fedora, RedHat Linux, CentOS:
Code Block language shell dnf install git gettext binutils
Clone the axxonone axxonnext.docker repository.
Code Block language shell git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxononeaxxonnext.docker.git
Note title Attention! If the "server certificate verification failed" error occurs, execute the following command in the terminal:
Code Block language shell export GIT_SSL_NO_VERIFY=1
- Update the cloned repository files:
- Go to the axxonone axxonnext.docker folder:
where %username is a username under which the container will be created.Code Block language shell cd /home/%username/axxononeaxxonnext.docker/
Download the contents of the git repository:
Code Block language shell git pull
- Go to the axxonone axxonnext.docker folder:
- Install git and the envsubst utility using the command:
- Unzip the archive:
Code Block language shell tar -xzvf axxon-one_server.docker.tgz
Installing the script package is complete.
...
- Copy the following deb packages to the axxonone axxonnext.docker/build folder:
- axxon-one-core,
- axxon-one,
- axxonsoftaxxon-detector-pack,
- axxonsoftaxxon-drivers-pack.
- Run the Docker image build:
Code Block language shell ./axxon-one.sh build
...
Starting the Docker container:
Code Block ./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:
Code Block language shell ./axxon-one.sh start 2.0.10.42
Stopping the Docker container:
Code Block language shell ./axxon-one.sh stop
Checking the Docker container status:
Code Block ./axxon-one.sh status
Collecting the system data:
Code Block ./axxon-one.sh support
The file with data will be saved in the /home/axxononeaxxonnext.docker/data directory.
Overview
Content Tools