mirror of
https://github.com/telephone/LookingGlass.git
synced 2026-04-25 07:56:01 +03:00
[GH-ISSUE #42] Feature request: Docker Container #30
Labels
No labels
enhancement
enhancement
enhancement
pull-request
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LookingGlass#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SlothCroissant on GitHub (Mar 29, 2017).
Original GitHub issue: https://github.com/telephone/LookingGlass/issues/42
First off, I love the project - I've seen many great implementations of this across the web.
For my feature request, I'd love to see a Docker container that can be spun up that has all necessary prerequisites installed and set to go with Nginx, etc. It is a great way for users to check out LookingGlass quickly and easily, and would be ideal for folks like me who are running Docker in homelabs. The image could be hosted at https://hub.docker.com/.
@djh00t commented on GitHub (Jan 25, 2018):
+1 we deploy all our code in docker containers, this would be very helpful.
@bbabich commented on GitHub (Jan 26, 2018):
Would there be any interest to have this also utilising something like Traefik at the frontend for https and what not?
I can spin something up...
@SlothCroissant commented on GitHub (Jan 26, 2018):
That looks like it'd work great! I'm no help developing, but let me know if you need any testing done (I've got a Ubiquiti EdgeRouter ER-8 Pro I could test against), id love to beta this.
@walle89 commented on GitHub (Jan 26, 2018):
I don't think we should have Traefik or any other reverse proxy included in either Dockerfile or docker-compose files. That is something that needs to be separate. However we can have documentation about how to set up with Traefik, or otherwise how to get HTTPS with Let's Ecnrypt up and running.
For my projects I have planed to make it a docker container, the only problem is I have not found any time to look into it. If I ever getting around to it, then I can share my dockerfile and docker-compose files. And also I have waited to someone to accept one of PHP 7 pull requests (I try to avoid anything with PHP5).