Deployment

Deploy Rembrandt easily using Docker.

Prerequisites

  • Docker (>=v1.25)

Using Docker

  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

Last updated