Getting started with Docker Engine API on Windows with Go (Golang)
Make sure you installed
1. Docker ToolBox
2. Go language from Google.
3. Create the following script and call it "listimage.go"
4. Fire up "Docker command prompt". And then run "go run listimage.go". This will list all the image in your current container.
Comments