Airgapped Docker pkg w/ Ubuntu 18.04 Bionic

Hi Guys,

I need to install Docker in an airgapped Ubuntu 18.04 Bionic environment and looked through the following link:

It looks like there are only options for Ubuntu 14.04 and 16.04. Is there a package that exists that I am not seeing or has not been updated on the link yet?

The specific Docker engine version I need are: 1.7.1 or later, minimum 17.06.2-ce, maximum 17.12.1.

Thank you!

I’m not aware of an archive that can be used for airgapped installations on Ubuntu 18 and we currently don’t support installations on this release. However, there are options for installing docker on Bionic when connected to the internet. One solution is to connect the server to the internet solely for the purpose of installing docker. Another option is to create an AMI or a VM image with docker pre-installed and then create the airgapped server from that image.

2 Likes

Thanks for your response @dmitriy! We ended up using an older version of Docker for Ubuntu Xenial and it looks like it is working ok.