Isolated hosts¶
If the host where you will run PMM Server has no internet connection, you can download the Docker image on a separate (internet-connected) host and securely copy it.
-
On an internet-connected host, download the Docker image and its checksum file:
wget https://downloads.percona.com/downloads/pmm/3.0.0/docker/pmm-server-3.0.0.docker wget https://downloads.percona.com/downloads/pmm/3.0.0/docker/pmm-server-3.0.0.sha256sum
-
Copy both files to where you will run PMM Server.
-
Open a terminal on the PMM Server host.
-
(Optional) Check the Docker image file integrity:
shasum -ca 256 pmm-server-3.0.0.sha256sum
-
Load the image:
docker load -i pmm-server-3.0.0.docker
-
Run the container as if your image is already pulled using your desired method for a storage volume (you can step over any docker pull commands as the image has been pre-staged).
For more information, see: - Docker installation guide - Docker Compose installation - PMM Server Docker tags - PMM Client Docker setup - Setting up trusted certificates - Easy installation script