OpenShift Merge Robot
76f327f73f
Merge pull request #3617 from QiWang19/create_pull
...
add --pull flag for podman create&run
2019-08-17 14:55:14 +02:00
Chen Zhiwei
fb9e1d7d9f
Fix play kube command in pod yaml
...
Signed-off-by: Chen Zhiwei <zhiweik@gmail.com>
2019-08-14 09:22:29 -04:00
Qi Wang
decfea65be
add --pull flag for podman create&run
...
Requirement from https://github.com/containers/libpod/issues/3575#issuecomment-512238393
Added --pull for podman create and pull to match the newly added flag in docker CLI.
`missing`: default value, podman will pull the image if it does not exist in the local.
`always`: podman will always pull the image.
`never`: podman will never pull the image.
Signed-off-by: Qi Wang <qiwan@redhat.com>
2019-08-09 15:21:34 -04:00
OpenShift Merge Robot
5370c53c9c
Merge pull request #3692 from haircommander/play-caps
...
Add Capability support to play kube
2019-08-02 10:42:46 +02:00
Peter Hunt
834107c82e
Add capability functionality to play kube
...
Take capabilities written in a kube and add to a container
adapt test suite and write cap-add/drop tests
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-08-01 15:47:45 -04:00
Daniel J Walsh
e7aca5568a
Use buildah/pkg/parse volume parsing rather then internal version
...
We share this code with buildah, so we should eliminate the podman
version.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-08-01 03:48:16 -04:00
Giuseppe Scrivano
ba5741e398
pods: do not to join a userns if there is not any
...
do not attempt to join the user namespace if the pod is running in the
host user namespace.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-07-25 23:04:54 +02:00
baude
db826d5d75
golangci-lint round #3
...
this is the third round of preparing to use the golangci-lint on our
code base.
Signed-off-by: baude <bbaude@redhat.com>
2019-07-21 14:22:39 -05:00
Peter Hunt
6f35a57423
Fix play kube command
...
Before, play kube wasn't properly setting the command. Fix this
Also, begin a dedicated test suite for play kube to catch regressions like this in the future
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-07-17 12:59:50 -04:00
baude
a78c885397
golangci-lint pass number 2
...
clean up and prepare to migrate to the golangci-linter
Signed-off-by: baude <bbaude@redhat.com>
2019-07-11 09:13:06 -05:00
baude
8561b99644
libpod removal from main (phase 2)
...
this is phase 2 for the removal of libpod from main.
Signed-off-by: baude <bbaude@redhat.com>
2019-06-27 07:56:24 -05:00
Jhon Honce
69962682e9
Refactor of 'podman prune' to better support remote
...
* Push iterations into the service not the client
* Add e2e tests
* Refactor to use new frameworks
Signed-off-by: Jhon Honce <jhonce@redhat.com>
2019-04-18 15:13:56 -07:00
Peter Hunt
4319552cf8
Added remote pod prune
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-04-16 11:23:18 -04:00
baude
788f818cc5
podman-remote pod top|stats
...
this is the final enablement for the pod subcommand. it includes the
ability to run podman-remote pod top and stats.
Signed-off-by: baude <bbaude@redhat.com>
2019-03-06 11:01:25 -06:00
baude
0416b3afc4
podman-remote pod pause|unpause|restart
...
enable the ability for the remote client to pause, unpause, and
restart pods.
Signed-off-by: baude <bbaude@redhat.com>
2019-02-25 16:14:06 -06:00
baude
43a1686598
podman-remote create|ps
...
enable the podman-remote client to be able to create and list
pods on a remote system.
Signed-off-by: baude <bbaude@redhat.com>
2019-02-25 09:10:09 -06:00
baude
4bf973a9f6
Enable more podman-remote pod commands
...
enable pod start, stop, and kill subcommands for the remote-client.
Signed-off-by: baude <bbaude@redhat.com>
2019-02-22 17:00:24 -06:00