DockerEngine

Description

Implementation of DockerEngine API

Details

Source
GitHub
Dialect
pharo (40% confidence)
Stars
1
Forks
1
Created
July 7, 2018
Updated
Aug. 11, 2025
Topics
docker docker-engine openapi3 pharo smalltalk

Categories

Games Cloud / Infra

README excerpt

# DockerEngine

This is implemented using Docker Engine API yaml file from

https://docs.docker.com/engine/api/v1.37/#

converted the file to json with

$ alias yaml-to-json='docker run -i ingy/yaml-to-json'
$ cat swagger.yaml | yaml-to-json | jq . > swagger.json

and converted it from swagger 2.0 to openapi 3.0.0 with

https://openapi-converter.herokuapp.com/



← Back to results