whalebrew
community
whalebrew | community | |
---|---|---|
3 | 2 | |
4,140 | 45 | |
0.9% | - | |
6.3 | 4.6 | |
6 days ago | 6 days ago | |
Go | ||
Apache License 2.0 | Creative Commons Attribution 4.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
whalebrew
-
Is it possible to use a container as my terminal on Mac?
I don’t use this as I find homebrew to be dependable, but you might find whalebrew interesting. It is
-
Run More Stuff in Docker
Just want link to Whalebrew, which achieves a lot of what this article mentions but IMO is more user-friendly. https://github.com/whalebrew/whalebrew
-
Subuser: Docker as Desktop Programs
Whalebrew[0] has been doing this for years, though Subuser appears to provide more configuration/access control.
[0] https://github.com/whalebrew/whalebrew
It's not a new nor crazy idea...Jessie (jessfraz.com) talked about doing this[1] in their desktop environment back in 2015.
https://blog.jessfraz.com/post/docker-containers-on-the-desk...
community
-
Buildpacks vs. Dockerfiles
A list of adopters (many of which are hosting providers) is here: https://github.com/buildpacks/community/blob/main/ADOPTERS.m...
-
Run More Stuff in Docker
Many comments here point out how difficult it is to manage a separate dependency stack for each container when you use Dockerfiles to build them. This problem is just as difficult, time-intensive, and security-critical for microservice apps running on K8s as it is for CLI tools and graphical apps.
Worth pointing out that there is an incubating CNCF project that tries to solve this problem by forgoing Dockerfiles entirely: Cloud Native Buildpacks (https://buildpacks.io)
CNB defines safe seams between OCI image layers so that can be replaced out of order, directly on any Docker registry (only JSON requests), and en-mass. This means you can, e.g., instantly update all of your OS packages for your 1000+ containers without running any builds, as long as you use an LTS distribution with strong ABI promises (e.g., Ubuntu 20.04). Most major cloud vendors have quietly adopted it, especially for function builds: https://github.com/buildpacks/community/blob/main/ADOPTERS.m...
You might recognize "buildpacks" from Heroku, and in fact the project was started several years ago in the CNCF by the folks who maintained the Heroku and Cloud Foundry buildpacks in the pre-Dockerfile era.
[Disclaimer: I'm one of the founders of the project, on the VMware (formerly Cloud Foundry) side.]
What are some alternatives?
distroless - 🥑 Language focused docker images, minus the operating system.
go - A Cloud Native Buildpack for Go
install - 📥 Homebrew (un)installer
rules_docker - Rules for building and handling Docker images with Bazel
bocker - Docker implemented in around 100 lines of bash
php-dist
Sandboxie - Sandboxie Plus & Classic
feed-test
podman - Podman: A tool for managing OCI containers and pods.
nodejs - A Cloud Native Buildpack for Node.JS
x11docker - Run GUI applications and desktops in docker and podman containers. Focus on security.
cutlass - Write CNB integration tests for Pack in Ruby with cutlass