You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we haven't published the Dockerfile as we use the same build process to also build the enterprise version. How ever, you can extend the docker image like so
FROM openitcockpit/openitcockpit-ce:latest
# All your stuff likeRUN apt-get update && apt-get install -y htop
CMD [ "/run.sh" ]
Is it possible to build the openitcockpit/openitcockpit-ce image yourself?
I couldn't find a Dockerfile here or in the core repository.
The text was updated successfully, but these errors were encountered: