Replies: 1 comment
|
@tharwan yes it's possible now: https://github.com/smol-machines/smolvm/blob/main/examples/docker-in-vm/docker.smolfile |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
in our projects we use a lot of testcontainers. In order for an agent to run the tests it needs to access docker. Hence the question, is it possible to expose an isolated docker environment inside the vm?
Dockers own sbx seems to be able to do it, but I could not determine if or how it is possible in smolvm.
All reactions