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