Skip to content

yutoTachibana/vagrant-centos-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

vagrant up

$ git clone https://github.com/shin1x1/vagrant-centos-docker.git
$ cd vagrant-centos-docker
$ vagrant up

build docker image

$ docker build -t smaple .

run docker container

$ docker run -p 80:80 -v /vagrant:/vagrant -d sample

access to httpd container

http://192.168.33.10/

About

Docker ready Vagrantfile with CentOS6.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published