From f60dda8d4da9f9f3fe5e0336c01d09088e4af95f Mon Sep 17 00:00:00 2001 From: Casey Bisson Date: Thu, 5 Mar 2015 12:44:41 -0800 Subject: [PATCH 1/2] installation on Joyent Signed-off-by: Casey Bisson Upstream-commit: c8abc52736ae1e3898b2512e4efe2553110eb481 Component: engine --- components/engine/docs/sources/installation.md | 1 + .../docs/sources/installation/MAINTAINERS | 1 + .../engine/docs/sources/installation/joyent.md | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 components/engine/docs/sources/installation/joyent.md diff --git a/components/engine/docs/sources/installation.md b/components/engine/docs/sources/installation.md index 7eaabeeefe..5fa52fa978 100644 --- a/components/engine/docs/sources/installation.md +++ b/components/engine/docs/sources/installation.md @@ -23,4 +23,5 @@ techniques for installing Docker all the time. - [Amazon EC2](amazon/) - [Rackspace Cloud](rackspace/) - [Google Cloud Platform](google/) + - [Joyent Compute Service](joyent/) - [Binaries](binaries/) diff --git a/components/engine/docs/sources/installation/MAINTAINERS b/components/engine/docs/sources/installation/MAINTAINERS index aca13975fd..6ef08309b0 100644 --- a/components/engine/docs/sources/installation/MAINTAINERS +++ b/components/engine/docs/sources/installation/MAINTAINERS @@ -1,2 +1,3 @@ google.md: Johan Euphrosine (@proppy) softlayer.md: Phil Jackson (@underscorephil) +joyent.md: Casey Bisson (@misterbisson) diff --git a/components/engine/docs/sources/installation/joyent.md b/components/engine/docs/sources/installation/joyent.md new file mode 100644 index 0000000000..e3f0208144 --- /dev/null +++ b/components/engine/docs/sources/installation/joyent.md @@ -0,0 +1,18 @@ +page_title: Installation on Joyent Public Cloud +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 + +# Joyent Compute Service + +## Docker QuickStart + +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. + +## What 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). + From 777293573730311843594adfec389bbfe14904f9 Mon Sep 17 00:00:00 2001 From: Casey Bisson Date: Fri, 20 Mar 2015 14:44:24 -0700 Subject: [PATCH 2/2] updated text per recommendations in https://github.com/docker/docker/pull/11062#issuecomment-82435939 Signed-off-by: Casey Bisson Upstream-commit: 19e3db35039ae80409623266906093b2314bd970 Component: engine --- components/engine/docs/mkdocs.yml | 1 + .../docs/sources/installation/joyent.md | 25 +++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/components/engine/docs/mkdocs.yml b/components/engine/docs/mkdocs.yml index 49449f7843..710359d3d6 100644 --- a/components/engine/docs/mkdocs.yml +++ b/components/engine/docs/mkdocs.yml @@ -45,6 +45,7 @@ pages: - ['installation/google.md', 'Installation', 'Google Cloud Platform'] - ['installation/gentoolinux.md', 'Installation', 'Gentoo'] - ['installation/softlayer.md', 'Installation', 'IBM Softlayer'] +- ['installation/joyent.md', 'Installation', 'Joyent Compute Service'] - ['installation/rackspace.md', 'Installation', 'Rackspace Cloud'] - ['installation/rhel.md', 'Installation', 'Red Hat Enterprise Linux'] - ['installation/oracle.md', 'Installation', 'Oracle Linux'] diff --git a/components/engine/docs/sources/installation/joyent.md b/components/engine/docs/sources/installation/joyent.md index e3f0208144..daa33b7996 100644 --- a/components/engine/docs/sources/installation/joyent.md +++ b/components/engine/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_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). \ No newline at end of file