See how to deploy ambiorix for more details.
docker pull jcoenep/ambiorix
By default the image will use an internal very basic application and binds it to port 3000
.
docker run -p 3000:3000 jcoenep/ambiorix
To use your own application mount your app in the images /app
directory, so from the root of the app this would look like this:
docker run -v "$(pwd)"/.:/app -p 3000:3000 jcoenep/ambiorix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.