Skip to content

Demo vagrant files from technical exchange meeting on 11/23/18

Notifications You must be signed in to change notification settings

m3rolam/tem-11-23-18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

These instructions require the following software:

Vagrant Commands

Starts the virtual machine

vagrant up

SSH into the vagrant vm

vagrant ssh

removes the vagrant virtual machine

vagrant destroy

Shows all vagrant virtual machine deployments

vagrant global-status

Docker Commands

Show running docker containers

docker ps

SSH into docker containers in the vagrant vm

docker exec -it <container name> /bin/bash

About

Demo vagrant files from technical exchange meeting on 11/23/18

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published