Closed
Description
Bug description
When starting a container through the terminal, it fails with:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: operation not permitted: unknown.
Steps to reproduce
- Open gitpod with any repo, eg. https://gitpod.io/#https://github.com/adi-g15/zeeve-learnings
- docker run -it ubuntu
I tried with multiple images, all failed with same error, including archlinux, custom images, hyperledger sawtooth
Expected behavior
No response
Example repository
No response
Anything else?
Didn't find a duplicate, maybe related to #5090
This wasn't a problem few days ago. Also, another friend had this same error, maybe more people may face this.