Content
You are here:
OpenProject Docker Installation
Added by James Khor over 2 years ago
Hi,
I am installing OpenProject docker on a server using the air-gapped procedure. I ran the following commands to load the docker image and to load the containers, I got the following errors. What can I do next?
gunzip openproject-12.tar.gz && docker load -i openproject-12.tar
docker-compose up -d
Errors after loading the containers...
Creating network "rotp-620_default" with the default driver
Building ruby_2_3
Sending build context to Docker daemon 235kB
Step 1/7 : FROM ruby:2.3
Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: Temporary failure in name resolution
ERROR: Service 'ruby_2_3' failed to build : Build failed