logoalt Hacker News

woadwarrior01yesterday at 1:49 PM6 repliesview on HN

Try Apple's container CLI. I moved a project of mine from colima+docker to it relatively easily, a couple of weekends ago.

https://github.com/apple/container


Replies

sagarmyesterday at 5:47 PM

Does this project aim for docker cli and api compatibility? Searching for Docker on that page yields no results. Though in their example, they do show an example of a Dockerfile referencing docker.io without shame.

Typical Apple behavior, I guess, but grating to see in a OSS tool.

show 2 replies
highpostyesterday at 5:40 PM

Here's an example of how to build a simple Alpine Linux container using Apple's containerization CLI. It also demonstrates how to connect to the container through Tailscale SSH using a Tailscale auth key stored in Apple Keychain:

https://github.com/highpost/tailscale-macos-container

copperxyesterday at 6:15 PM

I'm curious to know what kind of project is macOS exclusive?

show 1 reply
pramyesterday at 7:02 PM

container is really good, ive been using it to sandbox some CLI tools and it starts up in less than a second

ngai_akuyesterday at 8:07 PM

AFAIK no support for Compose though

yokoprimeyesterday at 3:12 PM

Thank you for this, will check it out!