Skip to content

damianknopp/docker-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-build

Setup

Install Docker

If MACOS, install docker-machine

If MACOS, create docker-machine call it default-small

Change your image tag in ./bin/funct.sh

Build Dockers

./bin/build.sh # builds simplest docker image

./bin/build-tomcat.sh # builds bare bones tomcat image

Run Dockers

./bin/run.sh # runs the last image built above

Verify Tomcat

If MACOS, curl against your docker-machine

curl $(docker-machine ip default-small):8080

Otherwise, curl directly against docker

curl localhost:8080

About

build simple docker images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages