Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction to Containers #3

Closed
clintkitson opened this issue Mar 7, 2016 · 3 comments
Closed

Introduction to Containers #3

clintkitson opened this issue Mar 7, 2016 · 3 comments

Comments

@clintkitson
Copy link
Member

The results are in - containers are hot hot HOT! Everyone's talking about containers, and you've got a pretty good idea of how they work - but here's your opportunity to take that knowledge to the next level and actually get your hands dirty. In this session we'll cover the basics: when and where to use containers, the benefits and limitations, and even get some hands-on experience with the Docker command line.

@mux23
Copy link

mux23 commented Mar 15, 2016

Introduction to Containers

Speaker: Drew Smith

  • Intro for Drew
  • Intro for {code}

What is a Container?

  • what is an actual physical shipping container
    • ubiquitous, modular, standardized
    • goes anywhere
  • what is a machine
  • what is a virtual machine
    • VMware
    • MAME
  • how virtual machines changed the datacenter
    • VMware
    • AWS
  • what is a service
    • what is a microservice
  • problems with virtual machines at scale
    • dev and prod differ
    • more overhead
  • enter containers!
    • like virtual machines but much lighter
    • developing containers locally, they work the same in production

Brief History of Containers maybe drop for time

  • the problem with software deployments
  • a couple of traditional examples
  • the answer in Solaris Zones - nobody really noticed
  • LXC - Google etc started quietly using them
  • virtualization picked up speed

How Do Containers Work

  • difference between containers and Docker
  • advantages to using Docker
    • Docker Hub / Enterprise / Registry
    • mention Rocket and Joyent also
  • how storage works
    • how REX-Ray works
  • how networking works

Demo Time

  • show Docker CLI
    • show REX-Ray CLI
  • spin up a container server in AWS, then bring up [postgresql with storage attached]
    • comparison, bring up [postgresql with storage attached] as a VM, time both
    • have the container checked into a public repo, invite people to do the same on their laptops

Questions

@clintkitson clintkitson added this to the Outline milestone Mar 17, 2016
@clintkitson clintkitson modified the milestones: Outline, Draft Mar 18, 2016
@clintkitson clintkitson reopened this Mar 18, 2016
@clintkitson
Copy link
Member Author

Demo idea #31

@mux23
Copy link

mux23 commented Apr 15, 2016

conference-ready slides uploaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants