Deploying on an unconnected machine
If you want to deploy on a machine that does not have internet access, you can use this process. This requires that you have access to another machine that can connect to the internet.
1. Create a docker image on a machine with internet access.
For more information, refer to this documentation.
2. Stop the container using the following:
Copy
$ docker save -o <path for generated tar file> <image ID>
3. Transfer the .tar
file to the machine with no internet access:
Copy
$ docker -i load <Image.tar>
4. When starting a container from the image, set the Helix Plan server details from the .env
file as variables.