Skip to content

How can i install/deploy Portainer in a offline environement #11512

Closed Answered by Nick-Portainer
Ironice47 asked this question in Help
Discussion options

You must be logged in to vote

If you are running an air-gapped environment, you can do the following. I am using the CE image as an example here.

Pull the images from a device connected to the internet.

docker pull portainer/portainer-ce
docker pull portainer/agent

Save the images as tar files

docker save portainer/portainer-ce -o portainer-ce.tar
docker save portainer/agent -o portainer-agent.tar

Move them to the air-gapped environment and load them

docker load -i portainer-ce.tar
docker load -i portainer-agent.tar

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ironice47
Comment options

Answer selected by Ironice47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants