Alpine-based docker image to run md2googleslides as a container.
293
Alpine-based docker image to run md2googleslides as a container.
The idea is to avoid installing md2googleslides via npm.
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.
Gitlab: md2gslides
Content type
Image
Digest
Size
33.9 MB
Last updated
about 8 years ago
docker pull nicosingh/md2gslides