Skip to content

dirigiblelabs/sample-docker-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample - Docker Application

Eclipse License GitHub contributors

Overview

Sample Docker Application

Build

docker build -t hello-world-application -f Dockerfile .

Run

docker run --rm -p 8080:8080 hello-world-application

Push

docker tag hello-world-application <your-docker-organization>/hello-world-application
docker push <your-docker-organization>/hello-world-application

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 2.0. See LICENSE and NOTICE.txt for further details.