This project build a container for a Remarkjs slideshow
Create a src directory in the remark folder of this project. Then, put your markdown files inside.
If you don't do that before starting the container, a src directory will be created with example markdown files. You will be able to replace them by your own files but if you remove the node_modules folder, you'll need to restart the container for recreating it:
$ docker-compose restart$ docker-compose up -dYou can watch installation progress with the command (it may take a while the first time):
$ docker-compose logs -fOnce the installation is finished, you should view your slideshow at the url:
http://container_ip:4100
For running Backslide commands, log into the container:
$ docker-compose exec remark bashAfter the container was built for the first time, You can easily stop and start your container with the following commands:
$ docker-compose stop
$ docker-compose startFor more information on Backslide and Remarkjs: