mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #101] help with frontail openhab inside docker #73
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#73
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 @kevinshane on GitHub (Oct 4, 2017).
Original GitHub issue: https://github.com/mthenw/frontail/issues/101
hi guys, pretty noob here,
I start to learn docker and successfully running frontail and openhab2 in docker with 2 containers, however i don't know how to monitor openhab2,
docker run --name=frontail --restart=always --net=host -tid -v /opt/openhab/userdata/logs:/log mthenw/frontaillooks nothing and can't visit the web, what's the correct way to monitor the openhab2 log(docker) with a frontail docker? Please help me, thanks
Shane
@mthenw commented on GitHub (Oct 4, 2017):
Hey @kevinshane
I'm not sure how openhab2 works but in your example, you also need to expose ports from the container to the outside world. You can do that with either
-por-PCLI Docker param. Here is more info https://docs.docker.com/engine/reference/commandline/run/#publish-or-expose-port--p-expose.