forked from docker-library/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Clear Linux Project documentation
- Loading branch information
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Official docker build of Clear Linux OS for Intel Architecture |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Clear Linux OS | ||
|
||
This serves as the official [Clear Linux OS](https://clearlinux.org) 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](https://clearlinux.org/documentation/swupdate_about_sw_update.html) for more details about swupd and [here](https://clearlinux.org/documentation/bundles_overview.html) for more information on bundles). | ||
|
||
The following Dockerfile will install the editors and dev-utils bundles on top of the base image | ||
|
||
```sh | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/clearlinux/docker-brew-clearlinux |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.