seL4 / seL4-CAmkES-L4v-dockerfiles

Dockerfiles defining the dependencies required to build seL4, CAmkES, and L4v.
13 stars 40 forks source link

Add basic network troubleshooting tools to the base image #32

Closed tcptomato closed 3 years ago

tcptomato commented 3 years ago

The container lacks ping / traceroute / ip commands which are useful when debugging network issues. This PR adds them.

Signed-off-by: Thomas Böhm thomas.boehm@hensoldt-cyber.de

axel-h commented 3 years ago

The automatic checks complain about apply-rust.sh:35, seem unrelated to this PR?

lsf37 commented 3 years ago

The automatic checks complain about apply-rust.sh:35, seem unrelated to this PR?

Yes, the linter in this one is not scoped to the pull request. I'll add an issue to see if that is possible to do.

tcptomato commented 3 years ago

@axel-h It's unrelated.

@lsf37 Thanks.