-
Notifications
You must be signed in to change notification settings - Fork 650
Setting up Build VM in Docker
rkboni edited this page Mar 6, 2022
·
1 revision
Docker is an open source containerization platform. It enables developers to package applications into containers—standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment.
@GNUton maintains a docker image with the latest Asuswrt-merlin toolchains which can be used to build the firmware. Best of all, it's always up to date!
Directions for installing Docker are here
Directions for using the image are here, and the
Dockerfile
that builds the image is here