contiv-experimental / volplugin

**EXPERIMENTAL** Contiv Storage: Policy backed Clustered Storage (via Ceph or NFS) for Docker
Other
220 stars 29 forks source link

Dockerfile, Makefile, build: build changes for faster deployments #463

Closed vvb closed 3 years ago

vvb commented 8 years ago

This PR adds the support for quick reload of changes to the containers to facilitate faster testing cycles. Volplugin binaries are mapped to /opt/bin in the containers which is added to the top of the PATH in the Dockerfile. Any changes to the binaries here-on, reflect on a container stop-start.

Signed-off-by: Vikrant Balyan vijayvikrant84@gmail.com