Image to easily deploy ambiorix applications
1.0K
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
Content type
Image
Digest
Size
621.9 MB
Last updated
over 4 years ago
docker pull jcoenep/ambiorix