1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00
Commit Graph

111 Commits

Author SHA1 Message Date
yukang
743b6a6918 add codecov 2021-08-26 13:55:54 +00:00
yukang
29fb64aca9 fix readme for missing pkg 2021-08-26 13:32:04 +00:00
utam0k
10a7f62d10 introduction to sequence diagrams using vscode's draw.io 2021-08-26 21:27:54 +09:00
yukang
bc69788d79 fix tutorial in readme 2021-08-25 13:59:21 +00:00
yukang
1aa467f7da add example for testing 2021-08-25 00:46:45 +00:00
yukang
0433efb5e0 fix #209, pass root-readonly 2021-08-24 14:43:00 +00:00
utam0k
1ea8927225 Merge branch 'main' into feature/v1-blkio 2021-08-24 22:08:30 +09:00
utam0k
8c4fc32db3 increment as we pass the process case.
https://github.com/containers/youki/pull/215
2021-08-22 18:35:19 +09:00
utam0k
5ba2ee67c9 ensure theat read only paths work properly. 2021-08-21 18:39:18 +09:00
utam0k
6724d5c1c9 exclude blkio test case in runtime-tools bacause it doesn't support linux kernel 5.0 or later. 2021-08-21 15:54:09 +09:00
utam0k
648655f3dc fix a copy-paste mistake. 2021-08-18 23:07:11 +09:00
utam0k
59e5d6c11d organize README 2021-08-18 18:54:43 +09:00
utam0k
35aa7ad1e0 integration tests pass status added to README. 2021-08-18 18:45:13 +09:00
utam0k
c222ecb1dd update README. 2021-08-17 22:35:52 +09:00
Travis Sturzl
c88dd28f45
Update README to reflect completion of features 2021-08-05 17:07:38 -06:00
Yashodhan Joshi
44c682ec09 Converted linux in spec from Option<Linux> to Linux
As Linux has Deafult trait, all occurrences of spec.linux would always unwrap it,
and not having linux present is a fetal error in youki, there is no need to keep it
in an Option wrapper.
2021-07-24 19:02:55 +05:30
utam0k
90dd96c082
Merge pull request #100 from utam0k/vagrant
prepare Vagrant instead of devcontainer for platforms other than linux.
2021-07-22 20:01:44 +09:00
Brett Kochendorfer
80e9670c4d
Update README.md
Change `dnf` to `apt-get` for Debian based systems
2021-06-26 08:36:15 -05:00
utam0k
c64522e9e9 fix conflicts. 2021-06-25 19:37:07 +09:00
Nimrod Shneor
68ca2ae34f Fix README.md Fedora & Centos instructions 2021-06-23 13:46:38 +03:00
utam0k
886ec5db36 update README.md 2021-06-22 21:52:39 +09:00
Nimrod Shneor
8abb9f5d85 Add support for systemd managed cgroups 2021-06-22 09:34:30 +03:00
utam0k
56f0efbe29 prepare Vagrant instead of devcontainer for platforms other than linux. 2021-06-19 17:43:56 +09:00
utam0k
726c06cdcf remove the cargo-when dependency. 2021-06-19 14:43:51 +09:00
Daiki Ihara
06dd3dfb43 Fix README link typo 2021-06-13 23:18:17 +09:00
Travis Sturzl
e880986285 Fix README badges
fix github ci badge

typo...
2021-06-10 11:50:27 -06:00
utam0k
e786dee0bd add some widgets to README.md 2021-06-09 20:54:36 +09:00
Peter Yordanov
d847715285 Removed folder structure section 2021-06-06 14:36:22 +03:00
Peter Yordanov
c4a5ae4d32 Added doc comments for modules 2021-06-06 14:33:51 +03:00
Peter Yordanov
c1232599de Added resources to folder structure section 2021-06-06 13:00:47 +03:00
Peter Yordanov
d8e12ef2e0 Added folder structure section in README 2021-06-06 12:52:27 +03:00
Peter Yordanov
d8bd311352 Added install command for prerequisite in README 2021-06-06 11:01:35 +03:00
Sora Morimoto
53f499d71c utam0k -> containers
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-06-04 20:22:05 +09:00
utam0k
25fbcc8bcd
Merge pull request #58 from aoki/main
Update README.md
2021-06-04 08:26:09 +09:00
aoki
727062cd17 Update README: Split code section in tutorial
- Split code section in tutorial.
2021-06-03 22:39:31 +09:00
Nimrod Shneor
75050ae6fc Add 'Community' section to README.md 2021-06-03 13:40:19 +03:00
aoki
e2494c4add Update README.md
- Change comment out sign `//` to `#` in shell script
- Add new line at end of file
2021-06-02 23:39:02 +09:00
utam0k
fe390cbb09 update README. 2021-05-30 19:36:38 +09:00
utam0k
a1d712ac32 add the tutorial on using youki. 2021-05-30 19:21:42 +09:00
utam0k
52b3896739 add information on how to run integration tests in README 2021-05-27 21:55:34 +09:00
utam0k
461fae0a02 build the tests before running integration tests. 2021-05-27 21:54:35 +09:00
Alexander Kluth
21973cb34d Fix typo in README.md regarding opencontainers/runtime-tools
Signed-off-by: Alexander Kluth <alex@quackiquacki.org>
2021-05-24 22:56:05 +02:00
utam0k
d99018526d adjust the size of the logo. 2021-05-24 13:45:07 +09:00
utam0k
50eeceb81a
Merge pull request #19 from yuchiki/etymology-and-pronunciation
add information about the pronunciation and the etymology of youki
2021-05-22 17:56:07 +09:00
yuchiki
8d147e8bb4 About the name 2021-05-22 17:47:21 +09:00
utam0k
3189ac42ae organize and add to the list of features. 2021-05-22 17:30:20 +09:00
yuchiki
23a2f282c6 add etymology 2021-05-22 17:20:22 +09:00
utam0k
e52f304b0d edit README.md 2021-05-18 23:39:11 +09:00
utam0k
1c5fca97cc update a logo. 2021-05-17 23:30:38 +09:00
utam0k
1206329f65 update README. 2021-05-16 19:38:33 +09:00
utam0k
e5fdf3322e update README. 2021-05-16 18:24:30 +09:00
utam0k
3e8b114f74 add a youki's logo. 2021-05-16 17:34:24 +09:00
utam0k
cdf11d26f5 update README. 2021-05-15 18:53:08 +09:00
utam0k
b9f5695913 implement rlimit. 2021-05-15 17:33:53 +09:00
utam0k
3974020d29 Update README. 2021-04-18 19:43:47 +09:00
aoki
b36401f24a Update README.md
- Correct path to open for devcontainer
- Remove trailing spaces
2021-03-31 14:25:47 +09:00
utam0k
572653b1e0 update README.md 2021-03-30 00:24:42 +09:00
succie
497ada38f5 Remove dockerd step 2021-03-28 21:25:36 +09:00
succie
e02417d570 Add for local to README 2021-03-28 21:23:35 +09:00
utam0k
20423bb8a2 update README.md 2021-03-28 19:31:57 +09:00
utam0k
a08887d59a first commit! 2021-03-27 20:08:13 +09:00