This repository was archived by the owner on Oct 26, 2019. It is now read-only.

Description
While implementing isolated tests I have noticed some issues.
Docker API supports boolean values as 1/true/True or 0/false/False only (as well as doc says). Part of current implementation doesn't follows requirements, false becomes empty string in request ?force=&noprune=.
I offer to cast these values to 0 or 1 explicitly.
r0b1n@aa51198