Sign inSign up

nicosingh/md2gslides

By nicosingh

Updated about 8 years ago

Alpine-based docker image to run md2googleslides as a container.

Image
0

293

nicosingh/md2gslides repository overview

pipeline status Docker Pulls

About

Alpine-based docker image to run md2googleslides as a container.

The idea is to avoid installing md2googleslides via npm.

How to use this Docker image?

To get some help of md2gslides command:

docker run nicosingh/md2gslides -h

To parse a markdown file, we have to provide it as a volume:

docker run -it -v <your_full_file_path>:/tmp/slides.md nicosingh/md2gslides -n /tmp/slides.md

This will prompt us to give Google API credentials before proceeding.

It is recommended to use --rm option when running docker run command, because after parsing the markdown file the container will not be used anymore.

Source Code

Gitlab: md2gslides

Tag summary

Content type

Image

Digest

Size

33.9 MB

Last updated

about 8 years ago

docker pull nicosingh/md2gslides