Skip to content

pgporada/docker-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Presentation

Overview

You will learn the following

Pre-reqs for the demo

  1. You will need Vagrant to provide the environment for this presentation

Setup/installation instructions

  1. Clone this repo

  2. Enter the cloned repo

    cd docker-presentation
    
  3. Start the vagrant

    vagrant up
    
  4. Connect to the vagrant

    vagrant ssh
    
  5. Assume root

    sudo su -
    
  6. Show some basic docker information

    docker ps
    docker version
    docker info
    

Additional information

Vagrant IP
10.1.10.11

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors