diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-24 22:29:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-24 22:29:37 +0300 |
commit | a144a4daddfc3c78b53a7338ac2599b2bd1d1d75 (patch) | |
tree | 985e7b6dd5e9e002711f237f8f0677cb95b8f86f /README | |
download | docker-image-a144a4daddfc3c78b53a7338ac2599b2bd1d1d75.tar.gz |
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +carbslinux docker image +----------------------- + +Docker image for Carbs Linux, generated from the latest rootfs tarball. To +build the image you can run: + + make download + make + +If you want to install docker on Carbs Linux, obtain the docker repository +from https://github.com/cemkeylan/cpt-docker |