educative.io

The docker containers are not working on the first or third examples, for puzzle 19- in rust brain teasers in the Become a Rust Web Developer course

root@educative:/#
root@educative:/# cp usercode/main.rs docker/src/main.rs
cp: cannot create regular file ‘docker/src/main.rs’: No such file or directory
root@educative:/# cd docker
root@educative:/docker# cargo run --release
error: could not find Cargo.toml in /docker or any parent directory

1 Like

Hello @Ethan_Zalta,

Thank you for reporting this issue. The issue with Cargo.toml being misplaced has been fixed.
You can now view the updated code.

Feel free to share any more suggestions and feedbacks, we’d be happy to help!

Happy learning!