#nesting + entrypoints

1 messages · Page 1 of 1 (latest)

frank pulsar
#

Are you trying to run a service or something? What happens?

unkempt sand
#

It all behaves as designed (I think), it's just an encapsulation problem. I have a function that returns a custom container, and I use the container's entrypoint to customize what happens when the caller execs my container. I just can't encapsulate the fact that the exec needs to be privileged - each called has to set it manually