Search
⌃K

Deployment

Deploy Rembrandt easily using Docker.

Prerequisites

  • Docker (>=v1.25)

Using Docker

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