docker/README.md

Ambiorix

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


devOpifex/ambiorix documentation built on Oct. 15, 2024, 10:21 p.m.