Skip to content

Flows-git/cockpit-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 88.8%
  • Shell 9.6%
  • PHP 1.6%