Swaggen Docker image for Apple Toolkit
1.1K
This is a Docker image for the Swaggen tool.
These instructions will cover usage information and for the docker container
To run this container you'll need docker installed.
Please check the SwagGen documentation for more informations.
You should mount the directory you want to execute swaggen against.
By example to mount the current volume (PWD) and use it as working directory:
docker run deltatrecil/d3cil-appletoolkit-swaggen:latest \
-v "${PWD}":"${PWD}" \
-w "${PWD}" \
swaggen \
...
This project is licensed under the MIT License - see the LICENSE.md file for details.
Content type
Image
Digest
Size
116 MB
Last updated
over 5 years ago
docker pull deltatrecil/d3cil-appletoolkit-swaggen