Skip to content

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.

  1. On an internet-connected host, download the Docker image and its checksum file.

    wget https://downloads.percona.com/downloads/pmm2/3.0.0 Beta/docker/pmm-server-3.0.0 Beta.docker
    wget https://downloads.percona.com/downloads/pmm2/3.0.0 Beta/docker/pmm-server-3.0.0 Beta.sha256sum
    
  2. Copy both files to where you will run PMM Server.

  3. Open a terminal on the PMM Server host.

  4. (Optional) Check the Docker image file integrity.

    shasum -ca 256 pmm-server-3.0.0 Beta.sha256sum
    
  5. Load the image.

    docker load -i pmm-server-3.0.0 Beta.docker
    
  6. 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).

Get expert help

If you need assistance, you can find comprehensive and free database knowledge on our community forum or blog posts. For professional support and services, contact our Percona Database Experts.