I'm just starting out with OT development and I tried setting up TFS 1.5 using docker. I faced some difficulties in doing so and it seems like the Docker container won't actually work out of the box. For example, the server expects to know its IP from the config.lua or a runtime arg, which seems hard to properly configure inside a container given that we don't know the container's IP beforehand. Eventually I even found a comment from Nekiro advising not to use Docker to host TFS.
This leads me to the question: do people really use docker when hosting OT servers? If not, why is a Dockerfile distributed with the TFS repository?
Thanks in advance!
This leads me to the question: do people really use docker when hosting OT servers? If not, why is a Dockerfile distributed with the TFS repository?
Thanks in advance!