Skip to content

devopsworksio/vagrant-docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-docker-nginx

vagrant file to build ubuntu docker host and one container running nginx:alpine

To build this run (asuming you have an internet connection! )

$ vagrant up

Navigate to this http://localhost:18080/ to verify the deployment has worked as expected.

You should see

Hello world!

To verify the container has initialised correctly run

$ ./test.py

You should see as expected result of


We got an HTML response!
<H1>Hello World!</H1>

TODO:

Serverspec tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published