Uh oh!
There was an error while loading. Please reload this page.
Add device cgroup rules - #2206
Conversation
05d017f to
315e4b2Compareagners
commented
Dec 5, 2019
Any comment on this pull request? Maybe also @ndeloof as you commented on the linked docker compose pull request. |
agners
commented
Dec 19, 2019
Any comment on this? It is important for us as it enables us to use the 3.x series of Docker Compose schema again... |
agners
commented
Jan 24, 2020
@thaJeztah friendly ping? This would be valuable for us! |
agners
commented
Mar 11, 2020
@rgulewich I see that you made recently a change to that file, do you happen to know how to get this reviewed/merged? |
rgulewich
commented
Mar 15, 2020
315e4b2 to
752f3d8Compareagners
commented
Apr 21, 2020
Rebased this pull request. Also created an issue (compose-spec/compose-spec#62) and pull request (compose-spec/compose-spec#63) to add this field in the new compose-spec project. @thaJeztah I think there is no real opposition to adding this, can you help getting this merged? |
This readds support for `device_cgroup_rules` which was present in compose file format 2.4. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Currently `docker stack deploy` does not support this field hence add it to the list of unsupported fields. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
752f3d8 to
468657aCompareagners
commented
Jun 19, 2020
@thaJeztah Since this is now in compose-spec already, any chance to get this merged for Docker 20.03 still? |
codecov-commenter
commented
Jun 19, 2020
Codecov Report
@@ Coverage Diff @@## master #2206 +/- ##
=======================================
Coverage 58.05% 58.05% =======================================
Files 295 295 Lines 21165 21165 =======================================
Hits 12288 12288 Misses 7975 7975 Partials 902 902 |
This (re-)adds
device_cgroup_rulesto the compose schema. Currently it is not supported by thedocker stack deploycommand. This implements what has been suggested in docker/compose#6974