18 lines
501 B
Markdown
18 lines
501 B
Markdown
Devuan Docker Base Images
|
|
=========================
|
|
|
|
Not quite happy with the state of [Devuan][1] [Docker][2] images on
|
|
the [Docker Hub][3], I decided to roll my own. First cut is just a
|
|
migration from the Debian images following the [instructions][4].
|
|
|
|
You can pull this image with
|
|
|
|
``` sh
|
|
docker pull registry.gitlab.com/paddy-hack/devuan
|
|
```
|
|
|
|
[1]: https://devuan.org/
|
|
[2]: https://docker.com/
|
|
[3]: https://hub.docker.com/
|
|
[4]: https://devuan.org/os/documentation/dev1fanboy/Upgrade-to-Devuan
|