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
- Host: GitHub
- URL: https://github.com/cemkeylan/cpt-docker
- Owner: cemkeylan
- License: mit
- Created: 2020-09-24T15:48:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T11:59:51.000Z (over 3 years ago)
- Last Synced: 2024-07-28T18:39:32.824Z (3 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-kiss - cemkeylan/cpt-docker - Repo for Docker. (Repositories)
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 dockerdInstalling 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