Sign inSign up

jcoenep/ambiorix

By jcoenep

•Updated over 4 years ago

Image to easily deploy ambiorix applications

Image
1

1.0K

jcoenep/ambiorix repository overview

⁠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

Tag summary

Content type

Image

Digest

Size

621.9 MB

Last updated

over 4 years ago

docker pull jcoenep/ambiorix