diff --git a/photon/README-short.txt b/photon/README-short.txt index 1db79815b..7ece5039d 100644 --- a/photon/README-short.txt +++ b/photon/README-short.txt @@ -1 +1 @@ -Photon OS is a technology preview of a minimal Linux container host. +Photon OS is an open source minimal Linux container host. diff --git a/photon/content.md b/photon/content.md index 33bd9b822..267d1ce6a 100644 --- a/photon/content.md +++ b/photon/content.md @@ -2,7 +2,7 @@ %%LOGO%% -Photon OS is a technology preview of a minimal Linux container host. It is designed to have a small footprint and boot extremely quickly on VMware platforms. Photon OS is intended to invite collaboration around running containerized applications in a virtualized environment. +Photon OS is an open source minimal Linux container host optimized for cloud-native applications, cloud platforms, and VMware infrastructure. It is designed to have a small footprint and boot extremely quickly on VMware platforms. Photon OS is intended to invite collaboration around running containerized applications in a virtualized environment. Photon contains `tdnf`, a new, open-source, yum-compatible package manager that will help make the system as small as possible, but preserve the robust yum package management capabilities. @@ -10,7 +10,7 @@ See the [FAQ](http://vmware.github.io/photon/assets/files/photon_faqs.pdf) for m ## How to use these images -Photon OS images are intended for use in the **FROM** field of an application's `Dockerfile`. For example, to use VMware Photon 1.0RC as the base of an image, specify `FROM %%IMAGE%%:1.0RC`. +Photon OS images are intended for use in the **FROM** field of an application's `Dockerfile`. For example, to use VMware Photon 1.0GA as the base of an image, specify `FROM %%IMAGE%%:1.0GA`. ## Support