-
Notifications
You must be signed in to change notification settings - Fork 0
Buildpack that runs ELF binary on Cloud Foundry.
License
intel-rrozestw/elfpack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
elfpack - minimal CloudFoundry BuildPack for running plain executables #### name executable file "app": $ cp ../some-static-executable ./app ################### Note: App has to listen on port number passed as 'PORT' env variable! ################### #### prepare manifest.yml: $ cat manifest.yml --- applications: - name: app memory: 256M instances: 1 host: somehost1 path: . env: CLIENT_ID: "app" #### prepare Procfile: $ cat Procfile web: ./app #### deploy: cf push app -b https://github.com/intel-rrozestw/elfpack.git
About
Buildpack that runs ELF binary on Cloud Foundry.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published