kosmas58 / pia-docker

Killian Kemps (https://github.com/KillianKemps) has created an awesome Docker configuration to setup a Docker environment for production purpose. Thanks to Killian it is much easier now to run PIA. A simple docker-compose up does everything and gives a running website : front-end, back-end and database.
GNU General Public License v3.0
37 stars 34 forks source link

Unable to run the container #1

Closed Elmomoh closed 6 years ago

Elmomoh commented 6 years ago

Hi Kosmas58,

First of all, thank you for this great work.

I have followed your W10 installation procedure and I have an issue when I try to run the container (docker-compose up):

_E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

ERROR: Service 'cnil-pia-front' failed to build: The command '/bin/sh -c apt-get update && apt-get install --no-install -recommends -y git ca-certificates wget xz-utils sudo && apt-get clean' returned a non-zero code: 100_

Can you help me ?

Thanks

Regards

capture

kosmas58 commented 6 years ago

I'm sorry, because I'm not able to reproduce your problem.

  1. On my machine I've deleted all Docker containers for PIA and the images that are used to create them. So I was sure to create a new build.
  2. I did git clone from the master branch of my github repo and cloned it to my desktop.
  3. I've made no changes in that directory.
  4. I started up Docker.
  5. I'd opened the PowerShell on changed directory to .../Desktop/pia-docker
  6. After Docker was running, I ran docker-compose up and everything was created without a problem.