📦 container/ apple
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
Открыть на GitHub ↗обновлён 1нед назад
Звёзды
★ 48.7k
Форки
1.7k
За неделю
—
За месяц
—
Рост %
—
Язык
Swift
Установка и запуск
Run your first container
container run --rm alpine echo hello
This pulls the alpine image, runs it in a lightweight Linux VM, prints hello, and
removes the container when it exits. See the tutorial
for a fuller walkthrough that builds and publishes an image of your own.
Из README репозитория · полный README на GitHub