I saw, that there is an "unofficial" docker image of the Axon.ivy engine available here: axonivy-engine on Docker Hub

The Docker way of running an application in a container is to include the application itself in the image, rather than just providing the execution environment in an container. Is there a way to run the whole application (aka Axon.ivy project) in a container?

asked 20.01.2017 at 11:22

DanielGauch's gravatar image

DanielGauch
(suspended)
accept rate: 50%


Actually there is a small project available showing one possible way of reaching just that: simple-ivy-dockerized

Follow the instructions in the read me file and you run your first Axon.ivy application completely in a Docker container.

link

answered 20.01.2017 at 11:25

DanielGauch's gravatar image

DanielGauch
(suspended)
accept rate: 50%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×27
×26
×5

Asked: 20.01.2017 at 11:22

Seen: 2,414 times

Last updated: 20.01.2017 at 11:25