Skip to content

turnerth/docker-hello-predix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-hello-predix

Sample docker to test out Docker on Predix.io

Docker says "Hello" to Predix.io

# clone this repository
$ git clone https://github.com/indaco/docker-hello-predix

cd docker-hello-predix

# build an image using Dockerfile
docker build -t hello-predix .

# create and test a container locally
docker run --name mypredixhello -p 8080:80 hello-predix

# open a browser window at http://localhost:8080

# push to predix cloud
cf push your-app-name --docker-image indaco/docker-hello-predix:latest -m 64M

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages