Show HN: slim - Build micro-vms from Dockerfiles
1–4 of 4 posts
Re: Show HN: slim - Build micro-vms from Dockerfiles
#2This is interesting. I'm wondering if this might be good for making immutable development environments.
Re: Show HN: slim - Build micro-vms from Dockerfiles
#3This is interesting. I'm wondering if this might be good for making immutable development environments.
Isn't docker already good for making immutable development environments?
Re: Show HN: slim - Build micro-vms from Dockerfiles
#4This is interesting. I'm wondering if this might be good for making immutable development environments.
Isn't docker already good for making immutable development environments?
I don't think so. I've never tried but I don't think running VS Code, Sublime Merge, a Kubernetes cluster and numerous other things would work well in a Docker image, which is only designed to run one process.