Open main menu

CDOT Wiki β

OPS635-lab-docker

Revision as of 18:58, 4 May 2019 by Chris.johnson (talk | contribs) (Pre-Requisites)

OPS635 Docker Lab: Cluster Management Using Docker

Overview

Deploying services as containers in a swarm can make it easy to rapidly deploy it across your network, and to scale it up and down as needed.

Pre-Requisites

  • You must have an installed host, with at least three virtual machines.
  • Each machine must be running an up-to-date version of CentOS 7.

Materials

  • One Solid State Drive (SSD), minimum capacity 240GB, in a USB3 Enclosure.

Investigation 1: Creating a docker swarm

  • Install docker on three virtual machines of your choice.
    • Note: Do not use docker on your host, as it may interfere with other services covered in this course.
  • Pick one of your machines to be the swarm manager, so start a swarm on it, and make the others join the swarm as nodes.

Investigation 2: Deploying an image across the swarm

  • Run a container using the existing image for httpd and make some changes to the index.html file by using docker exec (The exact content is not important just include some text that says ‘version 1’, I just want to see that you can modify it).
  • Commit these changes and push your image to docker hub.

Investigation 3: Managing how images are deployed

  • Write a compose file that will deploy one copy of your container onto each of your machines.

Submission

Demonstrate your swarm working in class, and upload your composefile to blackboard.