Is there any way that can run java app in a LXC container?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2017 06:33 PM
I try the demo apps provided by the sdk, but those are not java apps, now I have a java app needed to run in a LXC container, anyone how could I do to make it success? thank you.
- Labels:
-
IOx

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 02:05 AM
Firstly you may use PaaS style app (Java 1.7 or 1.8). If you want to run Java app in LXC, you may put the Java runtime in LXC together with your Java app before IOx app packaging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 06:16 PM
Of cause I've tried PaaS type to deploy Java program, and it works. and your advice, put the Java runtime in LXC I also tried, but there is too few documents that I can learn how to put Java runtime in LXC clearly.
