Check out what the current mdx-deck version is and run
git clone https://github.com/jayniz/mdx-deck-docker.git && cd mdx-deck-docker
MDX_DECK_VERSION=insert_current_version_here make build tag start
Then point your browser at http://localhost:8080 and enjoy your presentation.
These are probably outdated, but you can also just run pre built images right from docker hub:
echo "# this is my presentation" > deck.mdx
docker run -ti -v $(shell pwd)/deck.mdx:/home/node/mdx-deck/deck.mdx:cached -p 8080:8080 jannis/mdx-deck
Then point your browser at http://localhost:8080 and enjoy your presentation.