[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Docker containers as a desktop environment



An example of using Buildah to build a container (from scratch):
https://www.projectatomic.io/blog/2018/03/building-buildah-container-image-for-kubernetes/

Docker images are just a tarball and metadata.
There are a few tools which create them.

The "Frazelle Method" is my name for the blog post by Jessie Frazelle
mentioned earlier:
https://blog.jessfraz.com/post/docker-containers-on-the-desktop/