You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
254 B

  1. # docker socket shared with the host
  2. # docker creds shared with the host
  3. docker19:
  4. image: docker:1.9.1
  5. env_file: vars.env
  6. volumes:
  7. - /var/run/docker.sock:/var/run/docker.sock
  8. - ~/.docker/config.json:/root/.docker/config.json
  9. - ./:/data