docs/clearlinux
Docker Library Bot ed859ee611 Run update.sh 2017-05-12 08:32:53 -07:00
..
README-short.txt Add Clear Linux Project documentation 2016-07-21 19:30:50 +00:00
README.md Run update.sh 2017-05-12 08:32:53 -07:00
content.md Add Clear Linux Project documentation 2016-07-21 19:30:50 +00:00
github-repo Add Clear Linux Project documentation 2016-07-21 19:30:50 +00:00
logo.png Add Clear Linux Project documentation 2016-07-21 19:30:50 +00:00
maintainer.md Refactor the way information (especially links) are presented 2017-04-21 17:48:19 -07:00

README.md

Supported tags and respective Dockerfile links

Quick reference

Clear Linux OS

This serves as the official Clear Linux OS image.

logo

The clearlinux:latest tag will point to clearlinux:base which will track toward the latest release version of the distribution.

This image contains the os-core and os-core-update bundles, the latter can be used to add additional Clear Linux OS components (see here for more details about swupd and here for more information on bundles).

The following Dockerfile will install the editors and dev-utils bundles on top of the base image

FROM clearlinux:base
RUN swupd bundle-add editors dev-utils

Where editors contains the usual suspects for command line editors and dev-utils contains some handy development tools like strace, gdb and valgrind.