1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-09 00:06:18 +02:00
Commit Graph

849 Commits

Author SHA1 Message Date
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 eb9acc1cbb assume that all default tests pass. 2021-05-15 18:42:28 +09:00
utam0k b9f5695913 implement rlimit. 2021-05-15 17:33:53 +09:00
utam0k 5d315be6cf check for no_new_privileges in spec. 2021-05-15 16:56:45 +09:00
utam0k 4c37d65873 implement the hostname setting. 2021-05-15 16:51:37 +09:00
utam0k 2a17136455 revert async/await because it was unstable. 2021-05-15 16:35:31 +09:00
utam0k d00d18f420 pass enviroment variables when executing. 2021-05-15 15:51:12 +09:00
utam0k 2c6eff8ba0 add a capability test. 2021-05-15 15:49:25 +09:00
utam0k fd063c630c update cargo clippy. 2021-05-08 14:03:55 +09:00
utam0k 5c61d423da make the processing part of capability in linux testable. 2021-05-05 20:54:11 +09:00
utam0k 9fd10f466b
Merge pull request #7 from utam0k/testable
Improvement to make easier to write tests
2021-05-03 18:15:16 +09:00
utam0k 39f01f6a08 add unshare and setns tests. 2021-05-03 18:01:18 +09:00
utam0k ce2a6f6e8c add namespaces mod. 2021-05-02 19:24:57 +09:00
utam0k 1b3dcc2c59 introduce a command trait to enable unit testing. 2021-05-01 17:06:50 +09:00
utam0k 81a67d12ca add tests to some of the devices in cgroups. 2021-04-29 19:39:31 +09:00
utam0k 07ff66aadf introduce unit tests. 2021-04-29 17:34:23 +09:00
utam0k 50dc7e42b1 allow log init failure. 2021-04-21 21:38:23 +09:00
utam0k 3974020d29 Update README. 2021-04-18 19:43:47 +09:00
utam0k 5976297077 implement capabilities. 2021-04-18 19:43:47 +09:00
utam0k a50f71fe50
Merge pull request #6 from utam0k/cgroups
implementation the controller of devices in cgroups.
2021-04-17 21:02:36 +09:00
utam0k 6e9b665fe9 add integration test of devices of cgroups. 2021-04-17 20:53:48 +09:00
utam0k eda5ba08bc organize controllers of cgroups to make them common. 2021-04-14 20:38:50 +09:00
utam0k b661ae4eef define type of controllers. 2021-04-14 18:13:39 +09:00
utam0k d8f3d19ee7 use the cgroups self process belong to. 2021-04-12 21:43:31 +09:00
utam0k 3f0007d19c implement the access limit of devices using cgroups. 2021-04-11 22:01:14 +09:00
utam0k a20a9dc62f experimental implementation of cgroups. 2021-04-10 23:36:41 +09:00
utam0k f45887881c set the youki mode if it is a debug mode build. 2021-04-10 13:13:49 +09:00
utam0k 6402a1796f organize functions in the rootfs file. 2021-04-07 21:28:19 +09:00
utam0k a1bd9fa02d implement the extension trait to convert absolutly path to the path in container. 2021-04-07 21:07:01 +09:00
utam0k 0ec286ed5e fix the warnings that teaching by the clippy. 2021-04-05 22:57:30 +09:00
utam0k b6e1504974
Merge pull request #5 from utam0k/github-actions
introduce ci for checkinng codes by github actions.
2021-04-05 09:27:16 +09:00
utam0k 592fad13b6 check the number of testing integration fails. 2021-04-05 09:19:32 +09:00
utam0k be32fb565b run integration tests in ci. 2021-04-05 00:09:18 +09:00
utam0k 8562861591 introduce ci for checkinng codes by github actions. 2021-04-04 10:44:08 +09:00
utam0k b316fabc39
Merge pull request #4 from utam0k/features
traial implementation of async/await.
2021-04-04 00:09:41 +09:00
utam0k bc65640023 traial implementation of async/await. 2021-04-04 00:07:58 +09:00
utam0k b0cbcb908b
Merge pull request #3 from aoki/main
Update README.md
2021-03-31 14:31:25 +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 97324d75b3 make mount using async. 2021-03-30 22:04:03 +09:00
utam0k 572653b1e0 update README.md 2021-03-30 00:24:42 +09:00
utam0k 189b8ae48e
Merge pull request #1 from succie/feat/add-for-local-to-readme
Add for local to README
2021-03-28 21:29:08 +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 8515d41467 remove unnecessary thread sleep. 2021-03-28 10:23:56 +00:00
utam0k d4c250bf8d add the MIT LICENSE. 2021-03-28 00:00:31 +09:00
utam0k a08887d59a first commit! 2021-03-27 20:08:13 +09:00