Merge pull request #11062 from misterbisson/joyentinstall

Installation on Joyent
This commit is contained in:
Sven Dowideit 2015-03-23 12:07:49 +10:00
Родитель 1265395406 a71d89d041
Коммит 19295cb37b
3 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@ -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/azure.md', 'Installation', 'Microsoft Azure']
- ['installation/rackspace.md', 'Installation', 'Rackspace Cloud']
- ['installation/rhel.md', 'Installation', 'Red Hat Enterprise Linux']

Просмотреть файл

@ -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/)

Просмотреть файл

@ -0,0 +1,23 @@
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
## Install on Joyent Public Cloud
1. Sign in to the [Joyent customer portal](https://my.joyent.com/)
2. [Create a Docker host](https://docs.joyent.com/jpc/managing-docker-containers/creating-a-docker-host).
## Start and manage 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).