hashicorp / nomad-driver-lxc

HashiCorp Nomad LXC driver plugin
Mozilla Public License 2.0
31 stars 19 forks source link

setting resource limits causes bad behavior for unprivileged containers #11

Open xmcqueen opened 5 years ago

xmcqueen commented 5 years ago

I've started working on this. It looks to be not very active. I'm wondering about the state of this plugin. I'm working on getting it going for unprivileged containers. Its working at this point, but I want to take it further.

I noticed when I use the existing plugin's setResourceLimits, I get some odd behavior. One of which is when I add resource limits, the plugin starts the unprivileged containers, and then starts a whole new set of privileged ones.

I'm looking for warnings or advice from any maintainers, since I'm about to push ahead and make this work.

I've got some related questions about the design assumptions, so I guess if there are any maintainers I'd like to chat.

towe75 commented 5 years ago

@xmcqueen i'd like to contribute also some stuff to this project and filed 2 pull requests. Maybe we can work somehow together? Please check my proposal/question in #14 regarding a better build environment. What do you think about it?

xmcqueen commented 5 years ago

Yes, I'm interested. I'll check it out when I catch up. I've been out-of-town for some weeks. I'm glad to hear from somebody else.