Commit 8f0dc496 authored by Stefan Scherer's avatar Stefan Scherer

Add housekeeping

parent d049ef0d
docker kill $(docker ps -q)
docker rm $(docker ps -qa)
docker rmi chocolateyfest/appetizer:1.0.0
docker rmi chocolateyfest/appetizer:1.1.0
docker rmi chocolateyfest/chocolatey:latest
docker rmi chocolateyfest/node:latest
docker rmi chocolateyfest/node:pure
docker rmi chocolateyfest/node:runtime
docker rmi chocolateyfest/portainer:latest
docker system prune -f
{
"psFormat": "table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}",
"imagesFormat": "table {{.Repository}}:{{.Tag}}\\t{{.Size}}",
"pluginsFormat": "table {{.ID}}\t{{.Name}}\t{{.Enabled}}",
"statsFormat": "table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}",
"serviceInspectFormat": "pretty",
"servicesFormat": "table {{.ID}}\t{{.Name}}\t{{.Mode}}\t{{.Replicas}}\t{{.Ports}}",
"secretFormat": "table {{.ID}}\t{{.Name}}\t{{.CreatedAt}}\t{{.UpdatedAt}}",
"configFormat": "table {{.ID}}\t{{.Name}}\t{{.CreatedAt}}\t{{.UpdatedAt}}",
"nodesFormat": "table {{.ID}}\t{{.Hostname}}\t{{.Availability}}\t{{.ManagerStatus}}"
}
mkdir $env:USERPROFILE\.docker
copy config.json $env:USERPROFILE\.docker
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment