smebberson / docker-alpine

Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
MIT License
596 stars 187 forks source link

alpine-base build command parameter #70

Closed sabrehagen closed 7 years ago

sabrehagen commented 7 years ago

Hi,

What is the /vagrant/alpine-base in the /alpine-base/build script? There's no alpine-base folder in the /vagrant path of this repo, so I am confused as to its purpose.

Thanks

smebberson commented 7 years ago

Those scripts are designed to be run inside the VM, not on your host. When the VM is started, it maps the root of this repository to /vagrant within the VM. Then the paths line up in the build scripts.

Does that make sense?

sabrehagen commented 7 years ago

Yes, thank you.