Skip to content

Example of how to use Docker with Harbour Project (xBase compiler)

License

Notifications You must be signed in to change notification settings

felixd/docker-harbour-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harbour Project on Docker - Examples

Build Status

Examples of Harbour Project (xBase compiler) on Docker

Docker Images for application binaries

All binaries are run on Google "Distroless" Docker Images

static:latest image is used (suggested for running statically compiled applications)

Image size comparison:

alpine                     latest              3f53bb00af94        3 weeks ago         4.41MB
gcr.io/distroless/static   latest              06f8d4161170        49 years ago        1.81MB
gcr.io/distroless/base     latest              dab6c8cba81d        49 years ago        16.9MB

Examples

git clone http://github.com/felixd/docker-harbour-example
cd docker-harbour-example

Hello World

docker build -t hello hello/
docker images
docker run hello

RESTful on Harbour 3.4

https://github.com/rafathefull/restful

docker build -t restful restful-34/
docker run -d --rm -p 8002:8002 restful
docker ps
curl http://localhost:8002/v1/statusType -v
docker images

Harbour Project on Docker

Build Status

https://github.com/felixd/docker-harbour

Authors

Donations & Support

If You would like to support this project:

  • BTC: bc1qe4clvflldgqw5s9y0yn3lm99lz9yf9mn4x3zfe

About

Example of how to use Docker with Harbour Project (xBase compiler)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published