You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 5 years ago | |
Dockerfile | 1 year ago | |
LICENSE | 5 years ago | |
README.md | 1 year ago | |
entrypoint | 2 years ago |
README.md
Usage
Start a container with:
docker run -d --name cockpit -p 8080:80 laphilipa/cockpit
Build
docker build -t laphilipa/cockpit:latest .
Update Repo
docker push laphilipa/cockpit
Run
docker run -p 8080:80 laphilipa/cockpit:latest
Login
You can find the default user and password at URL /install
Cleanup
docker rmi $(docker images -f "dangling=true" -q) laphilipa/cockpit:latest -f