cyclone-project / federated-filtering-proxy-with-docker

0 stars 2 forks source link

Speed up deployment by mounting files at run instead of copying them at build #1

Closed isartcanyameres closed 8 years ago

isartcanyameres commented 8 years ago

Instead of copying files at the build, you can mount it at the run with -v option. (-v /home/CNSMO/ENVS/VPNClient-slave.1/client.conf:/etc/openvpn/client.conf:ro) Multiple files can be mounted. If files are mounted, you could publish the container on a public repo and get it instead of compiling it. Doing this can speed up the deployment significantly (compiling the docker can be very slow).

isartcanyameres commented 8 years ago

Wrong repo :/

Josyab commented 8 years ago

What does "significantly" mean? :)

is there a re measurable value we can obtain?

2016-07-21 12:03 GMT+02:00 isartcanyameres notifications@github.com:

Instead of copying files at the build, you can mount it at the run with -v option. (-v /home/CNSMO/ENVS/VPNClient-slave.1/client.conf:/etc/openvpn/client.conf:ro) Multiple files can be mounted. If files are mounted, you could publish the container on a public repo and get it instead of compiling it. Doing this can speed up the deployment significantly (compiling the docker can be very slow).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cyclone-project/federated-filtering-proxy-with-docker/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AEZdLzNCsx_Lv3qtEIPsjmwEzop--Gawks5qX0PngaJpZM4JRowS .


José Ignacio Aznar Internet Architectures and Services Area (IAS) i2CAT Foundation, Barcelona, Spain http://www.i2cat.net/en http://dana.i2cat.net/ +34935532546

http://www.i2cat.net/en

The information contained in this electronic mail message is confidential. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If the reader of this message is not the intended recipient, you are hereby notified that any use, copying, dissemination or disclosure of this information is strictly prohibited. If you receive this e-mail message in error please notify me

immediately at the address box jose.aznar@i2cat.net

bryan-brancotte commented 8 years ago

the issue is now there https://github.com/dana-i2cat/cnsmo-net-services/issues/10