Skip to content

Dockerfile for a Ubuntu container with all dependencies needed for the Oomnitza connector.

Notifications You must be signed in to change notification settings

ChefAustin/oomnitza_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

oomnitza_container

Dockerfile for a Ubuntu container with all dependencies needed for running the Oomnitza connector.

Using this image should hopefully save any Oomnitza admins a bit of time in spinning up the environment needed to run the Oomnitza Connector.

docker run --name=oomnitza_container \
-dit --name=oomnitza_container \
-v /path/to/oomnitza/config.ini:/opt/oomnitza-connector/config.ini \
-p 80:8000 --restart="always" \
chefaustin/oomnitza_container:latest

About

Dockerfile for a Ubuntu container with all dependencies needed for the Oomnitza connector.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published