Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add NetMode, UTSMode and IPCMode | Daniel J Walsh | 2017-12-02 |
| | | | | | | | | | | | | | | Allow kpod create/run to create contianers in different network namespaces, uts namespaces and IPC Namespaces. This patch just handles the simple join the host, or another containers namespaces. Lots more work needed to full integrate --net Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #64 Approved by: mheon | ||
* | Move removal of containers into teardown helper | Matthew Heon | 2017-11-29 |
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #68 Approved by: rhatdan | ||
* | Fix tests - use rm -a -f instead of nested commands | Matthew Heon | 2017-11-29 |
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #68 Approved by: rhatdan | ||
* | Add support for pid ns | Daniel J Walsh | 2017-11-22 |
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #54 Approved by: umohnani8 |