The Docker deployment package contains a sequence software (referred to as "components") required for Docker to run. The important information such as the component name, installation directory path, configuration file path, port, version, etc. are listed below.
Docker-Server, Docker-Agent, Docker-Web have included for this deployment solution
Docker root directory: /var/lib/docker
Docker image directory: /var/lib/docker/image
Docker daemon.json: please create it when you need and save to to the directory /etc/docker
Portainer Volume: /var/lib/docker/volumes/portainer_data/_data
You can control(open or shut down) ports by Security Group Setting of your Cloud Server whether the port can be accessed from Internet.
These ports should be opened for this application:
Name | Number | Use | Necessity |
---|---|---|---|
Portainer | 9000 | Remote connect Portainer | Optional |
You can see the version from product page of Marketplace. However, after being deployed to your server, the components will be automatically updated, resulting in a certain change in the version number. Therefore, the exact version number should be viewed by running the command on the server:
# Check all components version
sudo cat /data/logs/install_version.txt
# Linux Version
lsb_release -a
# Docker Version
docker -v