-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
https://docs.docker.com/reference/api/engine/version-history/#v144-api-changes
Read-only bind mounts are now made recursively read-only on kernel >= 5.12 with runtimes which support the feature. POST /containers/create, GET /containers/{id}/json, and GET /containers/json now supports BindOptions.ReadOnlyNonRecursive and BindOptions.ReadOnlyForceRecursive to customize the behavior.
- POST /containers/create
- GET /containers/{id}/json
- GET /containers/json
Now support BindOptions.ReadOnlyNonRecursive and BindOptions.ReadOnlyForceRecursive
- clones
-
RUN-2700 podman: implement docker api v1.44
-
- To Do
-