1
0
mirror of https://github.com/containers/youki synced 2024-11-24 01:44:17 +01:00
Commit Graph

69 Commits

Author SHA1 Message Date
Furisto
337401cec9 Activate process user test 2021-09-01 00:17:51 +02:00
utam0k
ef4b7932e8
Merge pull request #232 from chenyukang/add-cov
Add codecov
2021-08-31 22:55:17 +09:00
yihuaf
b7d2855344 Include 3 more passed integration test
"linux_ns_nopath/linux_ns_nopath.t"
"linux_ns_path/linux_ns_path.t"
"linux_ns_path_type/linux_ns_path_type.t"
2021-08-30 05:57:38 +02:00
Furisto
2d02d22caf
Pass misc props test (#245) 2021-08-29 17:20:09 -07:00
Furisto
e06b83edd8 Install dependencies for devices v2 2021-08-29 20:53:19 +02:00
utam0k
98a16efd6d
Merge pull request #229 from chenyukang/fix-tutorial-readme
Fix tutorial in readme
2021-08-28 08:47:40 +09:00
utam0k
f855a1d935
Merge pull request #231 from utam0k/feature/drawio
introduction to sequence diagrams using vscode's draw.io
2021-08-27 19:23:27 +09:00
yukang
4eb5b3fe75 tweak readme tutorial 2021-08-27 08:01:17 +00:00
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