[
https://issues.apache.org/jira/browse/KNOX-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627351#comment-16627351
]
Kevin Risden commented on KNOX-1285:
------------------------------------
Some comments after looking at this yesterday:
* Basic build structure in place for building an image with spotify
dockerfile-maven plugin
* Handling the start of Knox can be tricky
** Need to have a master secret
*** Not sure where to initialize the master secret
*** Might make sense to randomize it unless set by user
** Knox doesn't have a "foreground" mode
*** Docker typically needs to have a process keep running
*** Tailing a log isn't great
* Should there be a docker image for LDAP as well as the gateway?
** If these are separate images, then need to be able to have the gateway know
the hostname of the LDAP server for a good "getting started experience". Since
localhost won't work.
** If this is one image, it breaks the idea of Docker having one thing per
image/container. Might not be that bad for testing though.
> Dockerfile for easier deployment
> --------------------------------
>
> Key: KNOX-1285
> URL: https://issues.apache.org/jira/browse/KNOX-1285
> Project: Apache Knox
> Issue Type: Improvement
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Major
> Fix For: 1.2.0
>
>
> Ryan H brought this up on the mailing list to add a Dockerfile and maybe even
> Docker Hub integration to ease Knox deployment.
> Mailing list:
> https://mail-archives.apache.org/mod_mbox/knox-user/201803.mbox/%3CCACSRyKLVF2L_YaKp878YFm4UvG30qoeLaxgxzN74DJ_4ttMd6A%40mail.gmail.com%3E
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)