drone-yaml
drone-yaml copied to clipboard
Add IpcMode
Together with a PR in drone-runtime, this adds support for using ipc as documented in docker-compose: https://docs.docker.com/compose/compose-file/#domainname-hostname-ipc-mac_address-privileged-read_only-shm_size-stdin_open-tty-user-working_dir
I will be testing to ensure the containers work as expected tomorrow, but I'm putting these PRs now in case the maintainers have any feedback for me before I get too deep.
Build is failing because it requires https://github.com/drone/drone-runtime/pull/75
As a followup, I ran tests this morning and verified steps that use ipc: host actually result in containers with IpcMode: "host". So this is working the way I expect.