Browse Source

Update photon docs

Alexey Makhalov 7 years ago
parent
commit
d6664206a1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      photon/README-short.txt
  2. 2 2
      photon/content.md

+ 1 - 1
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.

+ 2 - 2
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