Is "fly launch --dockerfile" safe to use with untrusted Dockerfiles?

As part of a system to run untrusted user code, I’ve considered allowing users to define their own execution environments using a Dockerfile.

So: is calling “fly launch --dockerfile pathToUserDockerfile --name someUserApp” safe? That is, is there some Dockerfile that would allow a user to gain control of the machine calling “fly launch”?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.