LCAS / PGRs

UROS 2015 project
1 stars 1 forks source link

Dockerise #5

Open marc-hanheide opened 7 years ago

marc-hanheide commented 7 years ago

Use docker-compose to provide simple deployment of the PGR system as a container.

pet1330 commented 7 years ago

For deployment, I normally use Deployer. This allows the application to be updated with zero downtime. (It doesn't use docker though)

marc-hanheide commented 7 years ago

Slightly different aims, right? Docker is to simply create a full server image with this installed. One step of this can be using deployer to deploy it on that robot. E.g. one can use a docker-deployer Docker image to build on top of this: https://github.com/IgorTimoshenko/docker-deployer/blob/master/Dockerfile

pet1330 commented 6 years ago

This can be closed.

This has been done in the new PGR System