Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 267 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 267 Bytes

freebsd-cross-build

This creates a container that can be used to build FreeBSD binaries natively on Linux

To build:

docker build -t <docker tag> .

Example:

docker build -t spectralogic/freebsd-cross-build:13.1 .

To run:

docker run --rm -it <tag>