- Java 11
- Maven >= 3.5
- docker >= 19.03
- docker-compose >= 1.21
- Some disk space
docker system df
docker system prune
docker volume prune
- jq
- ctop
Configure the limit of your Docker Engine so it can use 4 GiB of memory (and optionally 4 CPUs)
For Mac OS (or Ubuntu 16.04 user), update your /etc/hosts
add:
127.0.0.1 nuxeo.docker.localhost
127.0.0.1 nuxeo-node.docker.localhost
127.0.0.1 elastic.docker.localhost
127.0.0.1 kibana.docker.localhost
127.0.0.1 grafana.docker.localhost
127.0.0.1 graphite.docker.localhost
127.0.0.1 kafkahq.docker.localhost
127.0.0.1 traefik.docker.localhost
You can download in advance all necessary docker images to prevent traffic jam during the training:
docker-compose -f docker-compose-pull.yml pull