Sign inSign up

deltatrecil/d3cil-appletoolkit-swaggen

By deltatrecil

Updated over 5 years ago

Swaggen Docker image for Apple Toolkit

Image
0

1.1K

deltatrecil/d3cil-appletoolkit-swaggen repository overview

Docker Swaggen image

This is a Docker image for the Swaggen tool.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

To run this container you'll need docker installed.

Usage

SwagGen usage

Please check the SwagGen documentation for more informations.

Environment Variables
  • None
Volumes

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 \
    ...

Built With

  • Docker Engine v20.10.0

Authors

  • Johann Martinache - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Tag summary

Content type

Image

Digest

Size

116 MB

Last updated

over 5 years ago

docker pull deltatrecil/d3cil-appletoolkit-swaggen