An open API service indexing awesome lists of open source software.

https://github.com/agentejo/cockpit-docker


https://github.com/agentejo/cockpit-docker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](http://localhost:8080/install)

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