Tried to run the container via your example docker-compose.yml, but get below error:
==================================================================
SETTING UP ...
/usr/local/bin/entrypoint.sh: line 276: capsh: command not found
---->
----> ERROR: missing CAP_SYS_ADMIN. be sure to run this image with --cap-add SYS_ADMIN or --privileged
---->
Also tried making the container privileged and verified it is privileged, but same error.
Tried to run the container via your example docker-compose.yml, but get below error:
==================================================================
SETTING UP ...
/usr/local/bin/entrypoint.sh: line 276: capsh: command not found
---->
----> ERROR: missing CAP_SYS_ADMIN. be sure to run this image with --cap-add SYS_ADMIN or --privileged
---->
Also tried making the container privileged and verified it is privileged, but same error.