Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 446 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 446 Bytes

Usage

Start a container with:

docker run -d --name cockpit -p 8080:80 agentejo/cockpit

Build

docker build -t agentejo/cockpit:latest . --no-cache

Update Repo

docker push agentejo/cockpit

Run

docker run -p 8080:80 agentejo/cockpit:latest

Login

You can find the default user and password at URL /install

Cleanup

docker rmi $(docker images -f "dangling=true" -q) agentejo/cockpit:latest -f