diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-08-21 10:53:16 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-01-16 11:43:22 +0100 |
commit | 8cf19027a638428f3267f2da5fb594bff7ed2841 (patch) | |
tree | 4f54aa88e39dc0f67fd5a7ddbc7ed33ca53fd55b /README.md | |
parent | 694f774c113da4e2b15fead6b3e19ac95a9528bd (diff) |
Add custom volumes
For some case, we need to add custom volumes (like for
/var/lib/lxc/cache)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -285,6 +285,8 @@ slaves: host_healthcheck: If true, enable the optional healthcheck container. See hosting healthchecks below lava-coordinator: Does the slave should ran a lava-coordinator expose_ser2net: Do ser2net ports need to be available on host + custom_volumes: + - "name:path" Add a custom volume expose_ports: Expose port p1 on the host to p2 on the worker slave. - p1:p2 extra_actions: An optional list of action to do at end of the docker build |