Advertisement
maxattax97

docker 20.10.10 / cgroups v1 / fakeroot 1.31 / archlinux

Apr 20th, 2023 (edited)
1,228
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ docker run --rm -it archlinux sh
  2. sh-5.1# pacman -Syu fakeroot
  3. sh-5.1# time fakeroot whoami
  4. root
  5.  
  6. real    0m0.019s
  7. user    0m0.020s
  8. sys     0m0.006s
  9. sh-5.1# time fakeroot sh -c whoami
  10. root
  11.  
  12. real    1m31.889s
  13. user    0m26.470s
  14. sys     1m5.309s
  15. sh-5.1# fakeroot -v
  16. fakeroot version 1.31
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment
Advertisement