Search…
Start
Deployment
Configuration
Concepts
Resources & Types
Recipes & Ingredients
User Guide
General Workflow
Resource Management
Resource Assignment
Resource Allocation
Use Case Guide
Set-up
Use Case: Resources
Use Case: Optimization
Use Case: Allocation
Contributing
Tools
Project Management
Style Guidelines
Debugging
Docker Images for Optimization
Powered By
GitBook
Deployment
Deploy Rembrandt easily using Docker.
Prerequisites
Docker (>=v1.25)
Using Docker
Docker Stack
Docker Compose
1.
Download the compose file
1
$
wget
https://github.com/bptlab/rembrandt/raw/master/docker-compose.yml
Copied!
2.
Deploy the service using docker stack:
1
$
docker
stack deploy -c docker-compose.yml rembrandt
Copied!
1.
Download the compose file
1
$
wget
https://github.com/bptlab/rembrandt/raw/master/docker-compose.yml
Copied!
2.
Deploy the service using docker-compose:
1
$
docker-compose
up
Copied!
Previous
Start
Next
Configuration
Last modified
2yr ago
Copy link
Contents
Prerequisites
Using Docker