this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at fixPythonPipStalling 34 lines 644 B view raw view rendered
1--- 2name: Startup Bug 3about: An issue with Darling's startup 4labels: 'bug, container' 5--- 6 7**Expected Result** 8What did you expect to happen? 9 10**Actual Result** 11What did happen? 12 13**Steps To Reproduce** 141. If possible, what steps can you take to reproduce the issue? 15 16**```strace``` Output** 17Run ```sudo strace -f -u $USER darling shell```, what is the output? 18``` 19Put the command output here! 20``` 21 22**``dmesg`` Output** 23Run ```dmesg | grep 'overlay\|darling'``` 24``` 25Put the command output here! 26``` 27 28**System Information** 29What system are you running? 30 31| Software | Version | 32| --- | --- | 33| Linux Kernel | X.Y.Z | 34| Darling | Git Commit Hash |