Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cemkeylan/cpt-docker

Docker on Carbs/KISS Linux
https://github.com/cemkeylan/cpt-docker

Last synced: 3 months ago
JSON representation

Docker on Carbs/KISS Linux

Lists

README

        

cpt docker
----------

Packages to build docker for Carbs Linux/KISS Linux.

REQUIREMENTS
------------

For docker to work, you will need to do some extra work:

- Btrfs-tools, iptables, Go, and LVM2 (supplied by KISS Community)
- Kernel configuration (See Gentoo Wiki Page[1])

TODO
----

- [x] Build all packages
- [x] Add runit services for containerd
- [x] Actually run dockerd
- [x] Add runit services for dockerd

Installing docker-compose
-------------------------

docker-compose isn't packaged as it depends on lots of other python
packages. You can install docker-compose through 'pip'

pip3 install docker-compose

[1]: https://wiki.gentoo.org/wiki/Docker#Kernel