Daniel J Walsh
409a228a73
Add kpod run
and kpod create
CLI front ends
...
Add kpod-run/kpod-create man page and command completions
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This patch implements the ability to create and run containers
using kpod
Signed-off-by: Matthew Heon <mheon@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-31 09:55:35 -05:00
Jason Brooks
fad19c8082
add golang-github-cpuguy83-go-md2man dep
...
Signed-off-by: Jason Brooks <jbrooks@redhat.com>
On CentOS, I needed this for `make` build step to complete
2017-10-30 08:33:41 -07:00
Daniel J Walsh
17ad51011e
Add ascii cinema to README for login/logout/diff
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-25 13:10:56 +00:00
Mrunal Patel
b0e9f0eba8
Revert "Move crio default sock to /var/run/crio/crio.sock"
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-10-19 10:13:49 -07:00
Mrunal Patel
761e73c82e
Move crio default sock to /var/run/crio/crio.sock
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-10-17 22:02:53 -07:00
Mrunal Patel
cd1bac5ee0
Merge pull request #1012 from mrunalp/release_1.0.0
...
Release 1.0.0
2017-10-13 13:06:17 -07:00
Mrunal Patel
a636972c3e
version: Release 1.0.0
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-10-13 11:26:46 -07:00
Daniel J Walsh
4e126d7798
Fix references to CRI-O
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-13 13:48:00 -04:00
Daniel J Walsh
436a803542
Add information on kpod login/logout
...
Add video for kpod-export
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-11 13:37:13 +00:00
Daniel J Walsh
19df68605b
Merge pull request #990 from TomSweeneyRedHat/dev/tsweeney/fixread
...
Add video for pause/unpause to README.md
2017-10-09 16:31:56 -04:00
TomSweeneyRedHat
0f31a61113
Add video for pause/unpause to README.md
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2017-10-09 14:57:37 -04:00
Daniel J Walsh
df5110dfd5
Add documentation on kpod attach
...
Add a man page on how to achieve the same user experience as using
kpod attach by using either the kpod logs or kpod exec commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-06 20:56:05 +00:00
Mrunal Patel
93af568246
readme: Fix rc version and specify cgroup driver for k8s
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-10-06 11:52:14 -07:00
Daniel J Walsh
3e7227789b
Cleanup READMEs and Man pages
...
Alphabatize correctly and add missing content. Also add video.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-05 13:39:53 -04:00
baude
7b062cf4c1
Add support for kpod kill
...
Kill one or more containers using a user-provided signal. If not signal
is provided, KILL is used.
Signed-off-by: baude <bbaude@redhat.com>
2017-09-28 09:34:21 -05:00
baude
3bf23b684a
Add kpod wait
...
Waits on one or more containers to stop and prints the container's
return code
Signed-off-by: baude <bbaude@redhat.com>
2017-09-27 09:03:33 -05:00
Daniel J Walsh
9db7cf1370
Add kpod pause
and kpod unpause
...
Implement the ability to pause and unpause running containers.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2017-09-26 08:38:07 -04:00
Samuel Ortiz
266e620ea9
README: Update status
...
We're at rc2 now.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-09-26 12:24:14 +02:00
Daniel J Walsh
fd6446ade5
Describe in readme kpod cp
man page
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-09-21 12:20:26 +00:00
TomSweeneyRedHat
a29bb63613
Add a few build dependencies to README.md
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2017-09-15 07:56:30 -04:00
Daniel J Walsh
05713958f2
Merge pull request #894 from TomSweeneyRedHat/dev/tsweeney/docfix4
...
Add golang version note to README.md
2017-09-12 17:48:30 -04:00
TomSweeneyRedHat
e2f46a34a6
Add golang version note to README.md
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2017-09-12 11:29:11 -04:00
baude
aca658b423
kpod stop -- stop one or more containers
...
Stop one or more containers. Specific a timeout value
that if the stop operation exceeds, will forcibly stop
the container.
Signed-off-by: baude <bbaude@redhat.com>
2017-09-11 17:03:27 -05:00
Daniel J Walsh
51fa9f3baa
Cleanup README.md and transfer.md with latest kpod
...
Add a couple of new ascicinema also
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-09-11 08:31:38 -04:00
87aa0f58e4
README: more copy-pastable code sample
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-09-08 09:27:50 -04:00
Antonio Murdaca
b8a6d358e7
Merge pull request #562 from rhatdan/hooks
...
Add support for running oci-hooks
2017-09-07 19:06:01 +02:00
Daniel J Walsh
c88bc13b07
Implement kpod rm
...
Kpod rm removes a container from the system
Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-09-05 14:35:36 -04:00
Daniel J Walsh
139d0841e8
Add support for oci-hooks to libkpod
...
Add new directory /etc/crio/hooks.d, where packagers can drop a json config
file to specify a hook.
The json must specify a valid executable to run.
The json must also specify which stage(s) to run the hook:
prestart, poststart, poststop
The json must specify under which criteria the hook should be launched
If the container HasBindMounts
If the container cmd matches a list of regular expressions
If the containers annotations matches a list of regular expressions.
If any of these match the the hook will be launched.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-09-05 07:39:31 -04:00
TomSweeneyRedHat
c678bef2bb
Touchup apt to apt-get in README.md
...
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2017-08-28 07:30:58 -04:00
Mrunal Patel
39d37f2b8f
readme: Link to CRI documentation and update status to beta
...
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2017-08-26 16:36:55 -07:00
Daniel J Walsh
878d374f37
Update README
...
Add missing kpod-ps information
Add link for kpod history video.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-08-23 07:36:10 -04:00
Daniel J Walsh
33201aff56
Update web site documentation for latest kpod
...
Add missing commands to transfer page and add
links for demos to README.md page.
Fixup bash completions for new commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-08-20 06:56:27 -04:00
Ryan Cole
ceeed6c32e
add kpod stats function
...
Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
2017-08-17 11:34:10 -04:00
Ryan Cole
07572e85f5
Add kpod logs
command
...
Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
2017-08-16 08:55:23 -04:00
Mrunal Patel
a69631c1bd
Merge pull request #769 from rhatdan/debug
...
More cleanups of main man page kpod-1.md and README.md
2017-08-15 10:42:56 -07:00
Mrunal Patel
c067fbbbe2
Merge pull request #759 from mbssaiakhil/patch-1
...
Fix Typo in cri-o README
2017-08-15 08:17:07 -07:00
Daniel J Walsh
87b13fd432
More cleanups of main man page kpod-1.md and README.md
...
Also added new commands to transfer.md
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-08-15 11:08:22 -04:00
Malepati Bala Siva Sai Akhil
4e64eedbc5
Fix Typo in cri-o README
...
Signed-off-by: Malepati Bala Siva Sai Akhil <malepatib.akhil@huawei.com>
2017-08-15 08:15:04 +05:30
Daniel J Walsh
464d6852de
Add --debug flag to kpod to turn up logging level to debug
...
Also set default level of logging to errors, we should not see
info messages in the kpod command line.
While adding this patch, I found missing options in kpod command line
and bash completions, so I added them in.
Also fixed some sorting issues in the way commands are displayer in help or in
bash completions.
Finally fixed the error message to be output on failure using logrus.Errorf, so
we don't get the stack any longer.
Also updated README.md with missing kpod commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-08-11 16:41:25 -04:00
umohnani8
412b98be26
Add 'kpod load' command
...
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-07-28 22:30:48 -04:00
umohnani8
ff5eda509a
Add 'kpod save' command
...
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-07-27 13:35:30 -04:00
Nalin Dahyabhai
eebbd6a098
Add notes to README.md about needing ostree-dev
...
Add notes to README.md about needing to install ostree-devel, or
libostree-dev, or building ostree from source.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-07-24 13:03:09 -04:00
Ryan Cole
0d4305a261
Implement kpod inspect
...
kpod inspect allows the user to view low-level information about
containers and images
Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
2017-07-21 08:11:27 -04:00
Ryan Cole
680f7a6106
Add kpod push
command
...
Push an image to a specified location, such as to an atomic registry
or a local directory
Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
2017-07-20 11:12:40 -04:00
umohnani8
ad490708a4
Add 'kpod history' command
...
Signed-off-by: umohnani8 <umohnani@redhat.com>
2017-07-19 15:11:25 -04:00
Daniel J Walsh
d43e67ad00
Make the README.md more useful in links to man page documentation
...
This patch will allow people who go to the github page to easily read
man pages.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-07-17 16:52:14 +00:00
Mrunal Patel
b82df188c6
version: Bump up version to 1.0.0-alpha.0
...
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2017-06-20 09:48:12 -07:00
Mrunal Patel
066ced207f
readme: Fixed the required version of runc
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-06-13 14:29:51 -07:00
Mrunal Patel
0f4aeef288
readme: Update the roadmap to reflect current status
...
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2017-06-12 10:58:51 -07:00
Antonio Murdaca
b5a10084dc
README.md: add communication paragraph
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-06-09 17:47:13 +02:00