mauricioklein / docker-compose-api

A Docker Compose parser for Ruby
MIT License
33 stars 25 forks source link

Support security opt and add cap #50

Open onnimonni opened 5 years ago

onnimonni commented 5 years ago

After this change we can use security_opt and cap_add options too:

busybox:
    image: busybox
    cap_add:
      - SYS_ADMIN
    security_opt:
      - apparmor:unconfined