Buil and test the Docker image:
cd inst/docker
export REGISTRY="psolymos"
export TAG="allinone:latest"
docker build -t $REGISTRY/$TAG .
docker run -p 8080:8080 $REGISTRY/$TAG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.