scionproto / scion

SCION Internet Architecture
https://www.scion-architecture.net/
Apache License 2.0
370 stars 156 forks source link

private/env: remove RunsInDocker during startup log #4499

Closed JordiSubira closed 2 months ago

JordiSubira commented 2 months ago

This PR tries to remove a Linux-only dependency for running SCION applications of other platforms. The RunsUnDocker() method is the Linux-only call, thus we check whether we are running in Docker only in Linux platform. I am in favor of even removing this log line, supporting @matzf comment on https://reviewable.io/reviews/scionproto/scion/4344#-Nt_IGRG4RbvC-PCVToV.

matzf commented 2 months ago

This change is Reviewable