Skip to content

mhoush/crux-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CRUX Docker Base Image

CRUX linux image for Docker

This is a docker image containing only the 'core' ports from CRUX and no configuration. It is intended to be as generic as possible so you can use it however you like.

Basic usage:

docker import crux-3.5-docker-base-image.tar.xz crux:3.5

One example usage would be to create a container to test building of a port and all its dependencies:

docker run -it --name crux-3.5-builder crux:3.5
<make required changes such as adding a build user, installing fakeroot, enabling ports collections, etc., then exit the container>
docker commit crux-3.5-builder crux:3.5-builder

Thereafter the 'crux-3.5-builder' image would be available for quick port build testing.

About

CRUX Docker Base Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published