Skip to content
This repository was archived by the owner on Dec 11, 2018. It is now read-only.
/ docker-bolt Public archive

A Docker Bolt.cm image for testing purpose

Notifications You must be signed in to change notification settings

yappabe/docker-bolt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Bolt Image

With Docker Compose

docker-compose up

Bare Docker

git clone https://github.com/yappabe/docker-bolt.git bolt
cd bolt
docker build -t="bolt" .
docker run --name="bolttest" -p 80 -d bolt

Get the port docker is using for http/80:

 docker port bolttest 80

Requirements

  • Docker
  • Docker Compose
  • VirtualBox/boot2docker (on Mac OS X)

About

A Docker Bolt.cm image for testing purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published