Go to documentation repository
Page History
...
Code Block | ||
---|---|---|
| ||
docker inspect <container_id> |
Collecting the support package in the Docker container
To collect the support package, do the following:
- First, find out the ID of the Docker container using the command:
Code Block language shell docker ps -a
- Get access to the container terminal (container must be running):
where <container_id> is the Docker container ID.Code Block language shell docker exec -it <container_id> sh
- Go to the Axxon One bin directory:
Code Block language shell cd /opt/AxxonSoft/AxxonOne/bin
- Run the command:
This initiates the process of creating the support package, which will be saved in the data directory.Code Block language shell ./start_app support /data
- Exit the terminal using the command:
Code Block language shell exit
- Go to the /var/lib/docker/volumes/<volume_id>/data directory, which is configured for file exchange between the container and the host. The completed support package will be located in this directory.
Collecting the support package in the Docker container is complete.
Overview
Content Tools