Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 433 Bytes

Mageia linux Official docker images

Scripts and files to create Mageia official docker base images.

http://www.mageia.org

Build Instructions

  • Use mkimage.sh

How to run the images

Images are available at docker hub, you can use them as this:

sudo docker pull mageia:latest
sudo docker run -ti --name mageia mageia bash

Or create your own images that base on this one.