Browse code

installation on Joyent

Signed-off-by: Casey Bisson <casey.bisson@joyent.com>

Casey Bisson authored on 2015/03/06 05:44:41
Showing 3 changed files
... ...
@@ -23,4 +23,5 @@ techniques for installing Docker all the time.
23 23
  - [Amazon EC2](amazon/)
24 24
  - [Rackspace Cloud](rackspace/)
25 25
  - [Google Cloud Platform](google/)
26
+ - [Joyent Compute Service](joyent/)
26 27
  - [Binaries](binaries/)
... ...
@@ -1,2 +1,3 @@
1 1
 google.md: Johan Euphrosine <proppy@google.com> (@proppy)
2 2
 softlayer.md: Phil Jackson <underscorephil@gmail.com> (@underscorephil)
3
+joyent.md: Casey Bisson <casey.bisson@joyent.com> (@misterbisson)
3 4
new file mode 100644
... ...
@@ -0,0 +1,18 @@
0
+page_title: Installation on Joyent Public Cloud
1
+page_description: Installation instructions for Docker on the Joyent Compute Service.
2
+page_keywords: Docker, Docker documentation, installation, joyent, Joyent Public Cloud, Joyent Compute Service, Joyent Container Service
3
+
4
+# Joyent Compute Service
5
+
6
+## Docker QuickStart 
7
+
8
+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).
9
+1. Start and manage containers:
10
+  1. [Start containers in the web UI](https://docs.joyent.com/jpc/managing-docker-containers/starting-a-container)
11
+  1. SSH into the Docker host and launch containers using the Docker CLI
12
+  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.
13
+
14
+## What next? 
15
+
16
+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).
17
+