A PHP Error was encountered

Severity: Warning

Message: filemtime(): stat failed for D:\xampp_old\htdocs\ebookreading.net\application\writable1/ci_session74e4c1cfb23ee7dce1542a361b7a01194ebh2kh38jgqt7q9nb9jc99luav10mra

Filename: controllers/Base.php

Line Number: 44

Backtrace:

File: D:\xampp_old\htdocs\ebookreading.net\application\controllers\Base.php
Line: 44
Function: filemtime

File: D:\xampp_old\htdocs\ebookreading.net\application\controllers\Detail.php
Line: 10
Function: __construct

File: D:\xampp_old\htdocs\ebookreading.net\index.php
Line: 380
Function: require_once

Docker in the Cloud
0%

Book Description

Enterprises are moving an increasing number of workloads to public as well as private clouds, including significant portions of their IT infrastructure. If your company is considering a similar shift, this short cookbook provides a dozen recipes for creating Docker hosts on Amazon Web Services (AWS), Google Compute Engine (GCE), and Microsoft Azure.

Author Sébastien Goasguen, founder of Skippbox, also shows you how to work with cloud-based container services that have recently become available: the Google Container Engine and the AWS container service. This book is ideal for developers, operators, and IT professionals.

  • Start Docker hosts on Amazon Elastic Compute Cloud (EC2), GCE, and Azure via command-line interfaces
  • Learn a trick for running a cloud provider command-line interface in a Docker container
  • Use Docker Machine to start hosts in EC2 and Azure
  • Grant access to your Docker images through Google Container Registry
  • Use Kubernetes in the Cloud via Google Container Engine
  • Create a cluster and run tasks on Amazon’s EC2 Container Service

This ebook is an excerpt from Docker Cookbook, released in the fall of 2014. The cookbook provides more than 130 proven recipes for working with Docker, whether you’re deploying applications onsite or in the cloud.

Table of Contents

  1. 1. Docker in the Cloud
    1. Introduction
    2. Starting a Docker Host on AWS EC2
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
    3. Starting a Docker Host on Google GCE
      1. Problem
      2. Solution
      3. Discussion
    4. Starting a Docker Host on Microsoft Azure
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
    5. Introducing Docker Machine to Create Docker Hosts in the Cloud
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
    6. Starting a Docker Host on AWS Using Docker Machine
      1. Problem
      2. Solution
      3. Discussion
    7. Starting a Docker Host on Azure with Docker Machine
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
    8. Running a Cloud Provider CLI in a Docker Container
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
    9. Using Google Container Registry to Store Your Docker Images
      1. Problem
      2. Solution
      3. Discussion
    10. Using Kubernetes in the Cloud via GKE
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
    11. Setting Up to Use the EC2 Container Service
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
    12. Creating an ECS Cluster
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
    13. Starting Docker Containers on an ECS Cluster
      1. Problem
      2. Solution
      3. Discussion
      4. See Also
3.146.255.127