aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/containers-common.yaml
blob: a357ceb6892b8f547fd126a96f6f68392be0fe2d (plain)
1
2
3
4
5
6
7
8
9
10
11
heat_template_version: ocata

description: >
  Contains a static list of common things necessary for containers

outputs:
  volumes:
    description: Common volumes for the containers.
    value:
      - /etc/hosts:/etc/hosts:ro
      - /etc/localtime:/etc/localtime:ro