=== Dockerbox Links: + link:https://github.com/leafoliage/freebsd-dockerbox[freebsd-dockerbox GitHub] URL: link:https://github.com/leafoliage/freebsd-dockerbox[] + link:https://github.com/leafoliage/dockerbox-broker[dockerbox-broker GitHub] URL: link:https://github.com/leafoliage/dockerbox-broker[] + link:https://github.com/leafoliage/freebsd-dockerbox-debian[freebsd-dockerbox-debian GitHub] URL: link:https://github.com/leafoliage/freebsd-dockerbox-debian[] Contact: Chun-Cheng Yeh Dockerbox is a virtualized Docker daemon. Although the Docker daemon is not natively available on FreeBSD, Dockerbox runs it inside a Debian Bhyve virtual machine to provide access to it. Dockerbox supports common Docker features such as Docker Compose, port publishing, and bind mounts. This project aims to facilitate non-production Docker usage on FreeBSD. ==== Related Ports and Repositories * link:https://github.com/leafoliage/freebsd-dockerbox[freebsd-dockerbox] + Provides Docker on FreeBSD by running `dockerd` inside a Linux Bhyve VM. This service manages the lifecycle of the Dockerbox guest, along with its network and storage settings. + *v0.2.5 — ported.* * link:https://github.com/leafoliage/dockerbox-broker[dockerbox-broker] + A child service of Dockerbox that handles port forwarding from the host to the Dockerbox guest when a container requests port publishing. + *Not yet ported.* * link:https://github.com/leafoliage/freebsd-dockerbox-debian[freebsd-dockerbox-debian] + Codebase used to generate Dockerbox's disk image. + *Not ported.* * link:https://www.freshports.org/sysutils/docker-cli/[docker-cli] + The Docker CLI tool. + *v29.4.2 — ported.* * link:https://www.freshports.org/sysutils/docker-compose/[docker-compose] + A Docker CLI plugin for defining and running multi-container applications. + *v5.1.3 — ported.* * link:https://www.freshports.org/sysutils/docker-buildx[docker-buildx] + A Docker CLI plugin providing extended build capabilities via BuildKit. + *v0.34.1 — ported.* package:sysutils/dockerbox[], package:sysutlis/docker-cli[], package:sysutils/docker-compose[], and package:sysutils/docker-buildx[] are now available in the FreeBSD Ports Collection and via `pkg`. Sponsor: The FreeBSD Foundation