This Boilerplate is heavyly inspried by the work of https://webdevops.io. Thanks guys for giving us a head start!
git clone https://github.com/noerdisch/Noerdisch-docker-boilerplate
cd Noerdisch-docker-boilerplate
docker-compose up
After a few seconds your environment is ready and you can access it at 127.0.0.1 or http://neos.docker/setup
Database:
- User: dev
- Password: dev
- If you use an older Mac you should also install the docker toolbox. For more infomation visit https://docs.docker.com/toolbox/overview/
- If you have an authorisation issue like
ERROR: Service 'storage' failed to build: Get https://registry-1.docker.io/v2/library/busybox/manifests/latest: unauthorized: incorrect username or password
usedocker login
and take care that your also logged in on the Mac UI