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

4 Commits

Author SHA1 Message Date
Toru Komatsu
f5f2242f85
Don't create a file when it already exists when mounting with bind (#2031)
For example, it is more likely that the /etc/hosts file already exists. In that case, it fails because it tries to open the file with write permission while it is RO.

Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-06-11 21:50:53 -07:00
utam0k
ec2f58d4b2
Add easy way to test with K8s
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-05-06 12:03:36 +00:00
Toru Komatsu
75718d7fad
Named process for debugging. (#1846)
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-04-24 13:34:02 -07:00
utam0k
70e672fac6
Add the bpftrace program file for debugging.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-04-09 12:52:12 +00:00