DEV Community

Discussion on: First steps with Docker + Rust

Collapse
 
cthutu profile image
Matt Davies

You need to run docker run hello-world with sudo for it to work correctly on Linux. Is this expected?

Collapse
 
rogertorres profile image
Roger Torres (he/him/ele)

Hi Matt! Please take a look at this: docs.docker.com/engine/install/lin...

Collapse
 
cthutu profile image
Matt Davies

Thanks!