DEV Community

Utsav
Utsav

Posted on

Error using syscall

#go

I'm trying to write a container in GoLang as a part of my college project. For some reason, using a syscall.Chroot() is giving me error

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

Top comments (0)