Skip to content

testing/dpns: new aport

Thomas Liske requested to merge liske/aports:new-testing-dpns into master

dpns is a little script written by myself to be used to run docker on alpine diskless mode. It has proven that it is working quite well like running the bird routing daemon inside docker on alpine in diskless mode.

This package allows most of the docker stuff (read: /var/lib/docker) treated disposable (read: do not use lbu add /var/lib/docker). To make docker containers available after rebooting a host in diskless mode it is required to get all the required docker images. The dpns package can be used to store your images onto a local mountpoint, load them during boot and optionally start configured containers using docker-compose up.

Merge request reports