Linux microPlatform Development ContainerΒΆ
You can install a Docker container based on Ubuntu 18.04 which provides a Linux microPlatform build environment. This is the recommended work environment for building Linux microPlatform images on macOS and Windows.
Run update 69 of the container as the
builder
user:docker run -it -u builder --name lmp-sdk hub.foundries.io/lmp-sdk:69
Set up Git inside the container:
git config --global user.name "Your Full Name" git config --global user.email "[email protected]"
You can now follow instructions in Building the Linux microPlatform to build the Linux microPlatform inside the running container.