Deployment
Deploy Rembrandt easily using Docker.
- Docker (>=v1.25)
Docker Stack
Docker Compose
- 1.Download the compose file$ wget https://github.com/bptlab/rembrandt/raw/master/docker-compose.yml
- 2.Deploy the service using docker stack:$ docker stack deploy -c docker-compose.yml rembrandt
- 1.Download the compose file$ wget https://github.com/bptlab/rembrandt/raw/master/docker-compose.yml
- 2.Deploy the service using docker-compose:$ docker-compose up
Last modified 3yr ago