summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add pod pause/unpausehaircommander2018-07-27
* Fix up docker compatibility messagesDaniel J Walsh2018-07-27
* Update vendored version of runc,buildah,containers/imageDaniel J Walsh2018-07-27
* Refactored method of getting podshaircommander2018-07-27
* Fix godoc comment in pkg/netnsMatthew Heon2018-07-27
* Fix handling of Linux network namespacesMatthew Heon2018-07-27
* Update containernetworking/plugins to current masterMatthew Heon2018-07-27
* Cleanup descriptions and help informationDaniel J Walsh2018-07-27
* Skip seccomp-dependent tests on non-LinuxMiloslav Trmač2018-07-26
* Use the Linux version BoltState.getContainerFromDB on all platforms.Miloslav Trmač2018-07-26
* Split parseNetNSBoltData from BoltState.getContainerFromDBMiloslav Trmač2018-07-26
* Use testify/require in a few places to avoid panics in testsMiloslav Trmač2018-07-26
* Skip unit tests which require storage when not running as rootMiloslav Trmač2018-07-26
* Don't pollute the build output with failures to build checkseccompMiloslav Trmač2018-07-26
* Remove cmd/podman/user.goMiloslav Trmač2018-07-26
* double papr timeout for all ci testsbaude2018-07-26
* vendor latest containers/psgoValentin Rothberg2018-07-26
* Merge pull request #1158 from mheon/prevent_multiple_boltdb_connsMatthew Heon2018-07-26
|\
| * Add a mutex to BoltDB state to prevent lock issuesMatthew Heon2018-07-25
* | Vendor latest container/storage to fix overlay mountoptDaniel J Walsh2018-07-25
* | Add pod killhaircommander2018-07-25
* | Added pod restarthaircommander2018-07-25
* | Added pod.Restart() functionality to libpod.haircommander2018-07-25
* | Clear variables used to store options after parsing for every volumeumohnani82018-07-25
|/
* Merge pull request #1116 from mheon/namespacesDaniel J Walsh2018-07-25
|\
| * Update comments in BoltDB and In-Memory statesMatthew Heon2018-07-24
| * Add an E2E test to verify basic namespace functionalityMatthew Heon2018-07-24
| * Add libpod namespace to configMatthew Heon2018-07-24
| * Add missing runtime.go lines to set namespaceMatthew Heon2018-07-24
| * Address first round of review commentsMatthew Heon2018-07-24
| * Set namespace for new pods/containers based on runtimeMatthew Heon2018-07-24
| * Add --namespace flag to PodmanMatthew Heon2018-07-24
| * Update documentation for the State interfaceMatthew Heon2018-07-24
| * Ensure pods are part of the set namespace when addedMatthew Heon2018-07-24
| * Enforce namespace checks on container addMatthew Heon2018-07-24
| * Add tests for state namespacingMatthew Heon2018-07-24
| * Add namespaces to in memory stateMatthew Heon2018-07-24
| * Untested implementation of namespaced BoltDB accessMatthew Heon2018-07-24
| * Add constraint that dependencies must be in the same nsMatthew Heon2018-07-24
| * Add namespaces and initial constraints to databaseMatthew Heon2018-07-24
| * Add container and pod namespaces to configsMatthew Heon2018-07-24
* | Clean up pylint warnings and errorsJhon Honce2018-07-25
* | Merge pull request #1153 from jwhonce/bug/psgoMatthew Heon2018-07-24
|\ \
| * | Fix varlink API usage of psgoJhon Honce2018-07-24
| |/
* | podman: allow to specify the IPC namespace to joinGiuseppe Scrivano2018-07-24
* | podman: allow to specify the UTS namespace to joinGiuseppe Scrivano2018-07-24
* | podman: allow to specify the PID namespace to joinGiuseppe Scrivano2018-07-24
* | podman: allow to specify the userns to joinGiuseppe Scrivano2018-07-24
* | network: support ns: prefix to join existing namespaceGiuseppe Scrivano2018-07-24
* | spec: allow container:NAME network modeGiuseppe Scrivano2018-07-24
|/