Ubuntu – Cockpit docker compose and docker file
I need to create a custom docker image with Cockpit and ubuntu. But I can't start the service and expose it once it has been installed. FROM ubuntu:latest ENV DEBIAN_FRONTEND=noninteractive TZ=Australia/Brisbane RUN apt-get update -qq -y && apt-get upgrade -y…