Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The template-converter directory consists of one file (docker-compose.yml), and one sub-directory, example-server , with two files: Dockerfile and ImageMagick_convert.sh.

...

  • Build and launch the example software server with the converter

 $docker build –t -t example-server .

 $docker run --rm -t -i --link polyglotimageconverter_rabbitmq_1:rabbitmq example-server

...