[
https://issues.apache.org/jira/browse/KARAF-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519990#comment-16519990
]
Ioan Eugen Stan commented on KARAF-5644:
----------------------------------------
Related to deploying karaf as docker I think we need to make all updatable data
sit under a single directory, separated from the fixed directories.
The reason is that now, I have to declare a volume for each volatile directory
so that we can keep state between restarts.
This is useful for Kubernetes deployments. Right now I have to define multiple
volumes for a single karaf instance - this is very hard to manage - esp in use
cases where you don't have automatic provisioning.
Example:
{color:#cc7832}VOLUME
/{color}opt{color:#cc7832}/{color}gr8pi-portal{color:#cc7832}/{color}etc
{color:#cc7832}VOLUME
/{color}opt{color:#cc7832}/{color}gr8pi-portal{color:#cc7832}/{color}data
{color:#cc7832}VOLUME
/{color}opt{color:#cc7832}/{color}gr8pi-portal{color:#cc7832}/{color}deploy
...
> Add docker feature
> ------------------
>
> Key: KARAF-5644
> URL: https://issues.apache.org/jira/browse/KARAF-5644
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-core
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.2.1
>
>
> As discussed on the mailing list, we gonna add the karaf-docker feature right
> now on PoC:
> https://github.com/jbonofre/karaf-docker
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)