shuveb / containers-the-hard-way

Learning about containers and how they work by creating them the hard way
1.61k stars 195 forks source link

About the Syscall package deprecation #4

Closed sandaawa closed 3 years ago

sandaawa commented 3 years ago

Hello, thank you for providing me with a project to better understand Docker, but When I used it, I found that I could not use the function syscall.mounth. After checking the official documents, I found that Syscall had been deactivated, which seems to be a problem

shuveb commented 3 years ago

Thank you. I've replaced syscall with the unix module and committed.