Docker-py: Through DOCKER service create SDK API can we add/drop capabilities ?

Created on 6 Apr 2021  路  4Comments  路  Source: docker/docker-py

How can I be able to do these below capabilities add/drop functionality through Docker SDK API.

'--cap-drop ALL --cap-add NET_ADMIN --cap-add NET_RAW --cap-add MAC_ADMIN \
--cap-add KILL --cap-add SYS_PTRACE --cap-add SYS_ADMIN \
--cap-add NET_BIND_SERVICE --cap-add DAC_OVERRIDE \
--cap-add SETGID --cap-add SETUID --user 1000',

Most helpful comment

@feliperuhland thx for ur commit.

All 4 comments

same problem.not support util now,i guess

Hi @vickydgm I麓m going to check that later today

@ulyssessouza could you assign this issue to me?

Thanks and have a good day :)

@feliperuhland thx for ur commit.

Thanks @feliperuhland

Was this page helpful?
0 / 5 - 0 ratings