Merge pull request #966 from Conan-Kudo/mga6-docupdate
mageia: Update the documentation for Mageia 6
This commit is contained in:
commit
6d55866084
|
|
@ -19,16 +19,17 @@ To date, Mageia:
|
||||||
## Create a Dockerfile for your container
|
## Create a Dockerfile for your container
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM mageia:5
|
FROM mageia:6
|
||||||
MAINTAINER "Foo Bar" <foo@bar.com>
|
MAINTAINER "Foo Bar" <foo@bar.com>
|
||||||
CMD [ "bash" ]
|
CMD [ "bash" ]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installed packages
|
## Installed packages
|
||||||
|
|
||||||
All images install the following packages:
|
The images include the following packages:
|
||||||
|
|
||||||
- basesystem-minimal
|
- basesystem-minimal
|
||||||
- urpmi
|
- dnf (Mageia 6+)
|
||||||
- locales
|
- locales
|
||||||
- locales-en
|
- locales-en
|
||||||
|
- urpmi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue