Browse Source

updated text

per recommendations in https://github.com/docker/docker/pull/11062#issuecomment-82435939

Signed-off-by: Casey Bisson <casey.bisson@joyent.com>
Casey Bisson 10 years ago
parent
commit
19e3db3503
2 changed files with 16 additions and 10 deletions
  1. 1 0
      docs/mkdocs.yml
  2. 15 10
      docs/sources/installation/joyent.md

+ 1 - 0
docs/mkdocs.yml

@@ -45,6 +45,7 @@ pages:
 - ['installation/google.md', 'Installation', 'Google Cloud Platform']
 - ['installation/google.md', 'Installation', 'Google Cloud Platform']
 - ['installation/gentoolinux.md', 'Installation', 'Gentoo']
 - ['installation/gentoolinux.md', 'Installation', 'Gentoo']
 - ['installation/softlayer.md', 'Installation', 'IBM Softlayer']
 - ['installation/softlayer.md', 'Installation', 'IBM Softlayer']
+- ['installation/joyent.md', 'Installation', 'Joyent Compute Service']
 - ['installation/rackspace.md', 'Installation', 'Rackspace Cloud']
 - ['installation/rackspace.md', 'Installation', 'Rackspace Cloud']
 - ['installation/rhel.md', 'Installation', 'Red Hat Enterprise Linux']
 - ['installation/rhel.md', 'Installation', 'Red Hat Enterprise Linux']
 - ['installation/oracle.md', 'Installation', 'Oracle Linux']
 - ['installation/oracle.md', 'Installation', 'Oracle Linux']

+ 15 - 10
docs/sources/installation/joyent.md

@@ -1,18 +1,23 @@
-page_title: Installation on Joyent Public Cloud
+page_title: Install on Joyent Public Cloud
 page_description: Installation instructions for Docker on the Joyent Compute Service.
 page_description: Installation instructions for Docker on the Joyent Compute Service.
 page_keywords: Docker, Docker documentation, installation, joyent, Joyent Public Cloud, Joyent Compute Service, Joyent Container Service
 page_keywords: Docker, Docker documentation, installation, joyent, Joyent Public Cloud, Joyent Compute Service, Joyent Container Service
 
 
-# Joyent Compute Service
+## Install on Joyent Public Cloud
 
 
-## Docker QuickStart 
+1. Sign in to the [Joyent customer portal](https://my.joyent.com/)
 
 
-1. Sign in to the [Joyent customer portal](https://my.joyent.com/) and [create a Docker host](https://docs.joyent.com/jpc/managing-docker-containers/creating-a-docker-host).
-1. Start and manage containers:
-  1. [Start containers in the web UI](https://docs.joyent.com/jpc/managing-docker-containers/starting-a-container)
-  1. SSH into the Docker host and launch containers using the Docker CLI
-  1. [Configure the Docker CLI on your laptop](https://docs.joyent.com/jpc/managing-docker-containers/access-your-jpc-docker-hosts-from-the-docker-cli) to connect to the remote host to launch and manage containers.
+2. [Create a Docker host](https://docs.joyent.com/jpc/managing-docker-containers/creating-a-docker-host).
 
 
-## What next? 
+## Start and manage containers
 
 
-Continue with the [Docker user guide](/userguide/), read Joyent's [getting started blog post](https://www.joyent.com/blog/first-steps-with-joyents-container-service), and [full documentation](https://docs.joyent.com/jpc/managing-docker-containers).
+1. [Start containers in the web UI](https://docs.joyent.com/jpc/managing-docker-containers/starting-a-container)
 
 
+2. [Configure the Docker CLI on your laptop](https://docs.joyent.com/jpc/managing-docker-containers/access-your-jpc-docker-hosts-from-the-docker-cli) to connect to the remote host to launch and manage containers.
+
+3. SSH into the Docker host.
+
+4. Launch containers using the Docker CLI.
+
+## Where to go next
+
+Continue with the [Docker user guide](/userguide/), read Joyent's [getting started blog post](https://www.joyent.com/blog/first-steps-with-joyents-container-service), and [full documentation](https://docs.joyent.com/jpc/managing-docker-containers).