Commit Graph

  • 0d7e6fa22f Add podman search command umohnani8 2018-01-10 09:35:23 -0500
  • 1a48a7a7c0 Vendor in latest containers/image umohnani8 2018-02-05 12:18:18 -0500
  • 50e6a1486e Match podman inspect output to docker inspect umohnani8 2018-02-05 10:42:14 -0500
  • 6be8b73673
    Merge 9e4419584d into 31c56e2b9c Urvashi Mohnani 2018-02-06 18:01:43 +0000
  • 9e4419584d Add podman search command umohnani8 2018-01-10 09:35:23 -0500
  • 5a88e8f2e4 Vendor in latest containers/image umohnani8 2018-02-05 12:18:18 -0500
  • 17da2edff4
    Merge c8314a3199 into 1c4bcf3bc7 Lokesh Mandvekar 2018-02-06 16:18:51 +0000
  • 31c56e2b9c avoid period character at the beginning of newline Lokesh Mandvekar 2018-02-06 09:25:37 -0500
  • 1c4bcf3bc7 Migrate more tests to ginkgo baude 2018-02-05 15:54:48 -0600
  • bb37c11651 Change un/pwd handling to match Buildah's TomSweeneyRedHat 2018-02-03 18:25:18 -0500
  • c8314a3199
    avoid period character at the beginning of newline Lokesh Mandvekar 2018-02-06 09:25:37 -0500
  • 695c3f3c37
    Merge 42fa9b8304 into bf00c976dd Brent Baude 2018-02-06 01:41:34 +0000
  • bf00c976dd sysfs should be mounted rw for privileged baude 2018-01-31 14:21:47 -0600
  • 42fa9b8304 Migrate more tests to ginkgo baude 2018-02-05 15:54:48 -0600
  • d1c0c42a08 Need to add LISTEN_PID environment variable to conmon command Daniel J Walsh 2018-02-05 16:02:18 -0500
  • ac10080a88
    Merge 14d015e945 into 3609b82fe6 Brent Baude 2018-02-05 20:17:52 +0000
  • 3609b82fe6 Migrate diff, exec, export, and history to ginkgo baude 2018-02-02 19:05:23 -0600
  • d1ac91d1ba
    Merge 6aa5df5fd9 into 1ac11dcf84 Brent Baude 2018-02-05 19:39:24 +0000
  • 6aa5df5fd9 Migrate diff, exec, export, and history to ginkgo baude 2018-02-02 19:05:23 -0600
  • 62631a0f6e
    Merge 74149a6b7b into 910baf433f Brent Baude 2018-02-05 16:03:37 +0000
  • 1ac11dcf84 Integration testing readme baude 2018-02-03 08:54:44 -0600
  • 910baf433f Deprecate --format for podman top baude 2018-02-05 09:29:46 -0600
  • 96d00c889b
    Merge 880fb32d97 into 989f5e3062 Brent Baude 2018-02-05 15:39:46 +0000
  • c31f8ff66b
    Merge 38fb1d8cb8 into 989f5e3062 Daniel J Walsh 2018-02-05 15:39:44 +0000
  • 989f5e3062 Pass NOTIFY_SOCKET and LISTEN_FDS env to OCI RUntime if set Daniel J Walsh 2018-02-04 07:29:47 -0500
  • 880fb32d97 Deprecate --format for podman top baude 2018-02-05 09:29:46 -0600
  • 38fb1d8cb8 Pass NOTIFY_SOCKET and LISTEN_FDS env to OCI RUntime if set Daniel J Walsh 2018-02-04 07:29:47 -0500
  • 74149a6b7b Integration testing readme baude 2018-02-03 08:54:44 -0600
  • 14d015e945 sysfs should be mounted rw for privileged baude 2018-01-31 14:21:47 -0600
  • 095aaaa639 Allow users to specify logpath Daniel J Walsh 2018-01-30 06:23:58 +0100
  • 8e296b3e75
    Merge f0e490a45f into 6ba6ecf59b Daniel J Walsh 2018-02-03 12:02:08 +0000
  • f0e490a45f Allow users to specify logpath Daniel J Walsh 2018-01-30 06:23:58 +0100
  • 7494fdba04
    Merge b602dbe43c into 6ba6ecf59b Brent Baude 2018-02-02 22:44:44 +0000
  • 6ba6ecf59b Migrate Create|Commit to ginkgo baude 2018-02-02 11:02:09 -0600
  • b602dbe43c Migrate Create|Commit to ginkgo baude 2018-02-02 11:02:09 -0600
  • 3ea23f8481
    Merge pull request #284 from mheon/update_vendors Daniel J Walsh 2018-02-02 19:43:19 +0000
  • a01f708df5
    Merge pull request #282 from randomvariable/fix/sandbox Daniel J Walsh 2018-02-02 19:42:48 +0000
  • d0eb1e0ed6 Fix --cert-dir path for podman login umohnani8 2018-02-01 12:22:34 -0500
  • 57c5728c11
    Merge 6cbe3be6f4 into 0387f69d39 Urvashi Mohnani 2018-02-01 19:04:06 +0000
  • 7370757428
    Merge f46c9bc584 into 0387f69d39 Brent Baude 2018-02-01 19:04:04 +0000
  • 0387f69d39 Migrate kill tests to ginkgo baude 2018-01-31 18:47:51 -0600
  • a417e6e0cc Update stats code to reflect changes to containerd stats API Matthew Heon 2018-02-01 13:30:55 -0500
  • ae89dc28d0 Update containerd/cgroups repo fix perf issue Matthew Heon 2018-02-01 12:55:28 -0500
  • 6cbe3be6f4 Fix --cert-dir path for podman login umohnani8 2018-02-01 12:22:34 -0500
  • f46c9bc584 Migrate kill tests to ginkgo baude 2018-01-31 18:47:51 -0600
  • 03cfe5ebbe Add authfile, cert-dir and creds params to build TomSweeneyRedHat 2018-01-31 18:16:50 -0500
  • 21482ad1a8
    Set default configuration container type annotation to sandbox Naadir Jeewa 2018-02-01 07:15:13 +0000
  • f6e639fe26
    Merge 9af9dced9f into 2dfd048545 Tom Sweeney 2018-01-31 23:24:45 +0000
  • 9af9dced9f Add authfile, cert-dir and creds params to build TomSweeneyRedHat 2018-01-31 18:16:50 -0500
  • 2dfd048545 Implment network == none baude 2018-01-02 13:25:42 -0600
  • 8dc3b2197e
    Merge 397f90a628 into 7f6a141839 Brent Baude 2018-01-31 21:00:20 +0000
  • 397f90a628 Implment network == none baude 2018-01-02 13:25:42 -0600
  • 41d7d6a16c
    Merge 8231430508 into 3c044f9267 Brent Baude 2018-01-31 20:23:37 +0000
  • 7f6a141839 libpod/runtime.go: Stick paths in arrays baude 2018-01-31 12:27:50 -0600
  • 3c044f9267 Ginkgo Tests: ps, pull, push and rm baude 2018-01-30 13:19:01 -0600
  • 8231430508 libpod/runtime.go: Stick paths in arrays baude 2018-01-31 12:27:50 -0600
  • 7fd881e6db Merge 045d5613ad into ecb74aa406 Brent Baude 2018-01-31 18:09:10 +0000
  • 045d5613ad Ginkgo Tests: ps, pull, push and rm baude 2018-01-30 13:19:01 -0600
  • ecb74aa406 libpod/runtime.go: runtime path baude 2018-01-30 09:31:16 -0600
  • eaaca83242 Merge ed02d6a429 into b3f8eef8d8 Brent Baude 2018-01-30 23:51:52 +0000
  • 017854aa60 Merge 17ceadf1fe into b3f8eef8d8 Brent Baude 2018-01-30 23:51:30 +0000
  • b3f8eef8d8 docs/tutorials/podman_tutorial.md: Add Ubuntu baude 2018-01-30 09:17:32 -0600
  • 17ceadf1fe docs/tutorials/podman_tutorial.md: Add Ubuntu baude 2018-01-30 09:17:32 -0600
  • ed02d6a429 libpod/runtime.go: runtime path baude 2018-01-30 09:31:16 -0600
  • f02d72fb76 libpod/container_api: Set hostname in ENV baude 2018-01-29 12:22:23 -0600
  • 9656bd6fc6 Merge fb4ab336ae into 4cb33035ce Brent Baude 2018-01-30 14:29:29 +0000
  • fb4ab336ae libpod/container_api: Set hostname in ENV baude 2018-01-29 12:22:23 -0600
  • 4cb33035ce Migrate start, stats, stop to Ginkgo baude 2018-01-29 14:28:32 -0600
  • c6fcf635be Merge ead6b52c4d into c60d8a0671 Brent Baude 2018-01-30 05:35:51 +0000
  • c60d8a0671 Add StopWithTimeout API function for containers Matthew Heon 2018-01-29 11:59:33 -0500
  • ead6b52c4d Migrate start, stats, stop to Ginkgo baude 2018-01-29 14:28:32 -0600
  • f0c570b65f Merge 83380a440f into dd133a1ad2 Matthew Heon 2018-01-29 19:12:26 +0000
  • dd133a1ad2 Initial gingko work baude 2018-01-24 08:45:55 -0600
  • 22b74273e4 Merge f29f5264f1 into 562a5dea57 Brent Baude 2018-01-29 18:26:26 +0000
  • f29f5264f1 Initial gingko work baude 2018-01-24 08:45:55 -0600
  • 83380a440f Add StopWithTimeout API function for containers Matthew Heon 2018-01-29 11:59:33 -0500
  • 562a5dea57
    Merge pull request #267 from mheon/remove_libkpod Matthew Heon 2018-01-29 11:31:16 -0500
  • e03862a80b Merge dc56f645ac into 099b5fb6f6 Daniel J Walsh 2018-01-29 15:21:37 +0000
  • 099b5fb6f6 Ran spell checker through all man pages Daniel J Walsh 2018-01-29 13:30:53 +0100
  • aa5798d28f Honor storage-driver flag Matthew Heon 2018-01-28 10:08:48 -0500
  • d4d3f38018 Remove libkpod. Replace runtime generation function. Matthew Heon 2018-01-28 05:59:50 -0500
  • dc56f645ac Ran spell checker through all man pages Daniel J Walsh 2018-01-29 13:30:53 +0100
  • cc5a6a3cb1
    Merge pull request #266 from TomSweeneyRedHat/dev/tsweeney/installfix Daniel J Walsh 2018-01-28 13:34:39 +0100
  • eed32e3c57 Add containernetworking-cni to install reqs TomSweeneyRedHat 2018-01-26 17:43:11 -0500
  • b96887bcaa Fix tab issue with --format flag umohnani8 2018-01-26 10:29:12 -0500
  • db2c8d45ba Merge 49fe0598ff into 3aa63b2b94 Urvashi Mohnani 2018-01-27 07:11:02 +0000
  • 3aa63b2b94 Remove conmon, get package from CRI-O Daniel J Walsh 2018-01-16 17:33:56 -0500
  • 70ac0d9295 Merge ee14af1111 into fb58b87398 Daniel J Walsh 2018-01-27 06:48:18 +0000
  • fb58b87398 Strip unused format specifier Matthew Heon 2018-01-26 03:11:34 -0500
  • 36e6009f00 Close attach control file Matthew Heon 2018-01-26 03:08:41 -0500
  • 49fe0598ff Fix tab issue with --format flag umohnani8 2018-01-26 10:29:12 -0500
  • a95b740e04 Merge a5cbaeed36 into e47fcdf170 Matthew Heon 2018-01-26 13:55:28 +0000
  • d8cb7c5976 Merge 0ee32cec82 into e47fcdf170 Yiqiao Pu 2018-01-26 13:55:14 +0000
  • e47fcdf170 Add results check and debug output in podman_stop Yiqiao Pu 2018-01-26 17:38:16 +0800
  • 0ee32cec82 Add results check and debug output in podman_stop Yiqiao Pu 2018-01-26 17:38:16 +0800
  • a5cbaeed36 Strip unused format specifier Matthew Heon 2018-01-26 03:11:34 -0500
  • 393a3e2333 Close attach control file Matthew Heon 2018-01-26 03:08:41 -0500
  • ee14af1111 Remove conmon, get package from CRI-O Daniel J Walsh 2018-01-16 17:33:56 -0500
  • 50d4cd2868 Save --privileged state Daniel J Walsh 2018-01-23 17:12:13 +0100
  • 7619900abd Merge 1aa1635e9e into 12e3d9d8a2 Daniel J Walsh 2018-01-25 03:49:25 +0000