mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Add label to sysctl image
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
345a294b5e
commit
4b30328c74
@ -13,3 +13,4 @@ WORKDIR /
|
|||||||
COPY --from=mirror /go/bin/sysctl /usr/bin/sysctl
|
COPY --from=mirror /go/bin/sysctl /usr/bin/sysctl
|
||||||
COPY etc/ /etc/
|
COPY etc/ /etc/
|
||||||
CMD ["/usr/bin/sysctl"]
|
CMD ["/usr/bin/sysctl"]
|
||||||
|
LABEL org.mobyproject.config='{"net": "host","pid": "host", "ipc": "host", "readonly": true, "capabilities": ["CAP_SYS_ADMIN"]}'
|
||||||
|
Loading…
Reference in New Issue
Block a user