This is VERY important for docker to be used with other languages/projects. The best way to interact with Docker on the server is via running commands via the CLI.
When you give the option of example: ' -j ' to format the response in JSON, it makes writing other languages around Docker much more enticing
docker images -j - would respond with all images in JSON format ( like docker inspect does ).
Thanks,
This is VERY important for docker to be used with other languages/projects. The best way to interact with Docker on the server is via running commands via the CLI.
When you give the option of example: ' -j ' to format the response in JSON, it makes writing other languages around Docker much more enticing
docker images -j - would respond with all images in JSON format ( like docker inspect does ).
Thanks,