Coder Social home page Coder Social logo

containers101's Introduction

Containers 101

Welcome to the Containers 101 workshop!

Install Docker

Before you start running any of the exercises, make sure you have downloaded Docker CE from the Docker store.

Note: you will be prompted to create an account on the Docker store if you don't already have one.

Once you have installed Docker, you will need to ensure that you switch to Linux Containers.

Considerations for Windows 7/8 users

Docker CE is only compatible with Microsoft Windows 10 Professional or Enterprise 64-bit. For people running other versions of Windows, you will need to install Docker Toolbox

Registering for a free IBM Cloud Account

  1. If you don't have one already, sign up for a free IBM Cloud Account here.

  2. Verify your account via the email the platform sends you.

  3. Log in to your IBM Cloud Account.

Install the IBM Cloud CLI

For the last part of the workshop, we will be using IBM Container Registry. To run this part of the workshop, you will need to install the IBM Cloud coomand line tool (CLI) and then configure it to use Container Registry:

  1. Go to this docs link and follow the short instructions to download and install the CLI.

  2. Install the Container Registry plug-in.

On Mac or Linux run:

curl -sL http://ibm.biz/idt-installer | bash

Or on Windows run:

Set-ExecutionPolicy Unrestricted; iex(New-Object Net.WebClient).DownloadString('http://ibm.biz/idt-win-installer')

Hands-on workshop

Now you're ready to go!

After completing the workshops, you will have experience with creating a Docker image from a Docker file, managing Docker containers (running, stopping, removing, viewing), working inside Docker containers, pushing and pulling Docker images to and from registries and working with persistent data.

To begin, let's start of with the first exercise where you will create your first Docker image! You will also learn how to pull other existing Docker images from DockerHub and inspect the history of image.

containers101's People

Contributors

mofsal avatar edshee avatar ibmrcruicks avatar

Stargazers

Stephen Boyle avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.