diff options
author | Steve Milner <smilner@redhat.com> | 2017-03-20 12:00:40 -0400 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-05-03 13:01:50 +0200 |
commit | e49fa92f03031f1a2ceb8efe279a00609b0980f1 (patch) | |
tree | a27dd7a9bedcc7c456f1e040b003d1bede058296 /system-container/README.md | |
parent | 11e470c7e198c3260c4bf66a069e2b7f8e21e519 (diff) | |
download | openshift-e49fa92f03031f1a2ceb8efe279a00609b0980f1.tar.gz openshift-e49fa92f03031f1a2ceb8efe279a00609b0980f1.tar.bz2 openshift-e49fa92f03031f1a2ceb8efe279a00609b0980f1.tar.xz openshift-e49fa92f03031f1a2ceb8efe279a00609b0980f1.zip |
docs: Add basic system container dev docs
Diffstat (limited to 'system-container/README.md')
-rw-r--r-- | system-container/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system-container/README.md b/system-container/README.md new file mode 100644 index 000000000..dc95307e5 --- /dev/null +++ b/system-container/README.md @@ -0,0 +1,13 @@ +# System container installer + +These files are needed to run the installer using an [Atomic System container](http://www.projectatomic.io/blog/2016/09/intro-to-system-containers/). + +* config.json.template - Template of the configuration file used for running containers. + +* manifest.json - Used to define various settings for the system container, such as the default values to use for the installation. + +* run-system-container.sh - Entrypoint to the container. + +* service.template - Template file for the systemd service. + +* tmpfiles.template - Template file for systemd-tmpfiles. |