Conversation
|
I'm don't see ability how to provide custom configuration files into the image, like able in https://github.com/way5/docker-webone . |
|
Indeed, maybe @way5 should just PR his already maintained solution here into upstream and we close this one? Saves us duplicate work. |
|
I can sure make it more sophisticated if desired 😜 |
|
I've meaning this: docker run -d -p 8080:8080 -v /your/local/webone.config:/home/webone --name CONTAINER_NAME IMAGE_NAME And I'm not a professional user of Docker, don't know is it's possible with @nefarius dockerfile (don't see anything about unpack directory), probably impossible. This is a nice feature as sometimes it's useful to change some settings of WebOne. |
|
The Dockerfile doesn't need to know the mount paths the user may or may not use, it can be annotated though. I'll add an example compose file to the PR later. |
Me either :) |
Added Docker support 😃