diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-05-08 11:24:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 11:24:53 -0400 |
commit | 970e772a981e8ada2abe56e2375e1eb81d53cb8a (patch) | |
tree | 974983e745f3cebb9542e0330f49a949b00a5985 /images/installer/system-container/README.md | |
parent | b3f9e9ff4b8a7c69ec588ac9c5d0e9a8aa852f0a (diff) | |
parent | fbadeb45ce30d1726cc8881c7bd0264416819265 (diff) | |
download | openshift-970e772a981e8ada2abe56e2375e1eb81d53cb8a.tar.gz openshift-970e772a981e8ada2abe56e2375e1eb81d53cb8a.tar.bz2 openshift-970e772a981e8ada2abe56e2375e1eb81d53cb8a.tar.xz openshift-970e772a981e8ada2abe56e2375e1eb81d53cb8a.zip |
Merge pull request #4114 from jupierce/move_images
Moving Dockerfile content to images dir
Diffstat (limited to 'images/installer/system-container/README.md')
-rw-r--r-- | images/installer/system-container/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/images/installer/system-container/README.md b/images/installer/system-container/README.md new file mode 100644 index 000000000..dc95307e5 --- /dev/null +++ b/images/installer/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. |