Skip to content

Create a vagrant box based on Ubuntu with Docker installed

Notifications You must be signed in to change notification settings

yanlibert/ubuntu-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Creer une VM provisionnée avec Docker

Prérequis

Installer Packer

wget https://releases.hashicorp.com/packer/1.2.3/packer_1.2.3_linux_amd64.zip
unzip packer_1.2.3_linux_amd64.zip 
sudo cp packer /usr/bin
git clone https://github.com/yanlibert/ubuntu-docker.git
cd ubuntu-docker
vagrant box add bento/ubuntu-16.04
packer build packer.json
vagrant up

Pour voir la liste des box disponibles :

vagrant box list

About

Create a vagrant box based on Ubuntu with Docker installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published