Deployment
Deploy Rembrandt easily using Docker.
Prerequisites
Docker (>=v1.25)
Using Docker
Download the compose file
$ wget https://github.com/bptlab/rembrandt/raw/master/docker-compose.yml
Deploy the service using docker stack:
$ docker stack deploy -c docker-compose.yml rembrandt
Last updated
Was this helpful?