Comment on Show HN: Bocker – Docker implemented in 100 lines of bashparentComments−p8952OP11yLooks good!I'd marked 'docker pull' as out of scope because I thought it would be fairly hard to interface with their API from bash, looks like I was wrong.−tlrobinson11yThe only hard bit is parsing the JSON, which I use jq for (http://stedolan.github.io/jq/)I think the v2 API requires hitting an auth endpoint too.
Comments
Looks good!
I'd marked 'docker pull' as out of scope because I thought it would be fairly hard to interface with their API from bash, looks like I was wrong.
The only hard bit is parsing the JSON, which I use jq for (http://stedolan.github.io/jq/)
I think the v2 API requires hitting an auth endpoint too.