This docker project builds an all-in-one version 7.10-01 of nuxeo over debian jessie image. It is not scalable therefore only suitable for development or small scale production.
Preferred hosting environment is to have Rancher installed. If so, upload docker-compose.yml and rancher-compose.yml to install the stack, which also includes nginx and Jenkins.
Alternatively, you can just install nuxeo manually via docker CLI:
sudo -s
git clone https://github.com/BCDevExchange/nuxeo-docker.git
cd nuxeo-docker
docker build -t bcdevexchange/nuxeo .
docker run -d --restart=always --name=bcdevexchange-nuxeo -p 8080:8080 -v /var/lib/nuxeo/postgres/_data:/var/lib/postgresql -v /var/lib/nuxeo/nuxeo/_data:/var/lib/nuxeo -v /var/lib/nuxeo/conf/_data:/etc/nuxeo bcdevexchange/nuxeo
If everything goes well
bcdevexchange/nuxeo will be built locallybcdevexchange-nuxeo will be lanuched and run nuxeo, surviving host restart.Content type
Image
Digest
Size
1.9 GB
Last updated
over 10 years ago
docker pull abbr/nuxeo