Live data from Hacker News

Show HN: Slim – Build and run tiny VMs from Dockerfiles

github.com

11–20 of 144 posts

Re: Show HN: Slim – Build and run tiny VMs from Dockerfiles

#11

Recently on HN (I think) and related: - https://micromind.me/en/posts/from-docker-container-to-boota... - https://godarch.com/ Really like seeing these new usecases for containers -- would have never thought to mix the two technologies in this way.

Darch reminds me a bit of Tiny Core Linux. That uses loopback images for packages, and puts them together with UnionFS, IIRC.

Re: Show HN: Slim – Build and run tiny VMs from Dockerfiles

#12

Recently on HN (I think) and related: - https://micromind.me/en/posts/from-docker-container-to-boota... - https://godarch.com/ Really like seeing these new usecases for containers -- would have never thought to mix the two technologies in this way.

Well, containers and VMs are two different things (are they not?).

Re: Show HN: Slim – Build and run tiny VMs from Dockerfiles

#13
post #12

Recently on HN (I think) and related: - https://micromind.me/en/posts/from-docker-container-to-boota... - https://godarch.com/ Really like seeing these new usecases for containers -- would have never thought to mix the two technologies in this way.

Well, containers and VMs are two different things (are they not?).

They are different, yes.

Re: Show HN: Slim – Build and run tiny VMs from Dockerfiles

#14

Recently on HN (I think) and related: - https://micromind.me/en/posts/from-docker-container-to-boota... - https://godarch.com/ Really like seeing these new usecases for containers -- would have never thought to mix the two technologies in this way.

They seem to do very little that SystemD cannot already do with services and overlayFS, with the added benefit of being already available on most systems.

Re: Show HN: Slim – Build and run tiny VMs from Dockerfiles

#20
post #12

Recently on HN (I think) and related: - https://micromind.me/en/posts/from-docker-container-to-boota... - https://godarch.com/ Really like seeing these new usecases for containers -- would have never thought to mix the two technologies in this way.

Well, containers and VMs are two different things (are they not?).

Yes, but the cool thing is definitely the single system image
Post reply on HN