github.com/0xfoo/docker@v1.8.2/docs/installation/joyent.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "Install on Joyent Public Cloud"
     4  description = "Installation instructions for Docker on the Joyent Compute Service."
     5  keywords = ["Docker, Docker documentation, installation, joyent, Joyent Public Cloud, Joyent Compute Service,  Joyent Container Service"]
     6  [menu.main]
     7  parent = "smn_cloud"
     8  +++
     9  <![end-metadata]-->
    10  
    11  ## Install on Joyent Public Cloud
    12  
    13  1. Sign in to the [Joyent customer portal](https://my.joyent.com/)
    14  
    15  2. [Create a Docker host](https://docs.joyent.com/jpc/managing-docker-containers/creating-a-docker-host).
    16  
    17  ## Start and manage containers
    18  
    19  1. [Start containers in the web UI](https://docs.joyent.com/jpc/managing-docker-containers/starting-a-container)
    20  
    21  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.
    22  
    23  3. SSH into the Docker host.
    24  
    25  4. Launch containers using the Docker CLI.
    26  
    27  ## Where to go next
    28  
    29  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).