August 6, 20196 yr Hi, could anyone help me with installing this docker ? https://hub.docker.com/r/uping/embystat/ I dont have manual installed a docker before Thanks
August 7, 20196 yr 15 hours ago, Eisi2005 said: Hi, could anyone help me with installing this docker ? https://hub.docker.com/r/uping/embystat/ I dont have manual installed a docker before Thanks That container only needs one option, port, run this command but add the port you want, and the tag you want (nightly-linux, beta-ubuntu-x64, or latest-linux). "docker run -p <port>:6555 uping/embystat:<tag>" If you don't want to do that, you can do it another way. Check these links out for some guidance: https://synaptiklabs.com/posts/setup-unraid-to-pull-from-docker-hub/ https://www.reddit.com/r/unRAID/comments/62jnss/how_to_install_custom_docker_image/
August 7, 20196 yr 5 hours ago, mbc0 said: Thanks for the info but where do you type that command? SSH into unraid? That is the simplest of containers to set up. Open a new template, then fill in the name, add uping/embystat:<tag of your choice> to the repository field, click the Add port, path or variable button and choose port. Add 6555 in the container port and choose the port you want on the host side (same if it's not in use). That's it.
August 7, 20196 yr Hi, Thanks for the info, I guess I was over-thinking the process! I have the docker running but cannot connect? The log shows "Hosting environment: Production Content root path: /app Now listening on: http://[::]:80 Application started. Press Ctrl+C to shut down." Also my appdata/embystat is empty? Edited August 7, 20196 yr by mbc0
August 7, 20196 yr 47 minutes ago, mbc0 said: Hi, Thanks for the info, I guess I was over-thinking the process! I have the docker running but cannot connect? The log shows "Hosting environment: Production Content root path: /app Now listening on: http://[::]:80 Application started. Press Ctrl+C to shut down." Also my appdata/embystat is empty? Hi mbc0, For the appdata folder being empty, I went back to that link and it says that the volume should be /app, not /embystat. As for connection through the browser not working, it looks like it's looking for port 80 based on the logs you provided "Now listening on: http://[::]:80". I don't really know if that's the problem or not, but that's the next thing I would try. Change the port on the container side to 80, like, "-p 6555:80"
August 7, 20196 yr 59 minutes ago, dee31797 said: Hi mbc0, For the appdata folder being empty, I went back to that link and it says that the volume should be /app, not /embystat. As for connection through the browser not working, it looks like it's looking for port 80 based on the logs you provided "Now listening on: http://[::]:80". I don't really know if that's the problem or not, but that's the next thing I would try. Change the port on the container side to 80, like, "-p 6555:80" Hi, Thanks for that, I changed to /app but now get this error on startup and the docker stops Did you mean to run dotnet SDK commands? Please install dotnet SDK from:http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409 Did you mean to run dotnet SDK commands? Please install dotnet SDK from:http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
August 7, 20196 yr 3 minutes ago, mbc0 said: Hi, Thanks for that, I changed to /app but now get this error on startup and the docker stops Did you mean to run dotnet SDK commands? Please install dotnet SDK from:http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409 Did you mean to run dotnet SDK commands? Please install dotnet SDK from:http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409 Which image tag did you use? Here's the tags I found from that link: nightly-win10-x64 240 MB nightly-ubuntu-x64 143 MB nightly-linux 538 MB nightly-win 540 MB beta-win10-x64 540 MB beta-ubuntu-x64 143 MB latest-win 248 MB latest-linux 189 MB
August 7, 20196 yr just changed to beta-ubuntu-x64 and it downloaded successfully but still getting Did you mean to run dotnet SDK commands? Please install dotnet SDK from:https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
August 7, 20196 yr Just now, mbc0 said: just changed to beta-ubuntu-x64 and it downloaded successfully but still getting Did you mean to run dotnet SDK commands? Please install dotnet SDK from:https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409 This is a tough one! I may have guessed wrong with the /app, again from the link, the container path may need to be more specific like /app/Settings etc. Sorry about that! info from docker hub: Volumes Following list can be mounted so files can be access locally /app/Logs /app/Database /app/Settings
August 7, 20196 yr ok, interesting! I changed back to /embystat (from /app) and container running again! also, log shows listening on 6555 /mnt/cache/embystat still empty and now I can connect! (through Edge only as Chrome states about:blank#blocked)
August 7, 20196 yr latest-linux (most recommended tag, NOT YET DEPLOYED - This runs but listens on port 80 beta-ubuntu-x64 (more stable release, but still not production ready) this runs and listens on port 6555
August 7, 20196 yr This is great! Thanks so much for your help, It is great that it works in Edge but would love to use Chrome (as that is what I use for everything) any idea why Chrome address bar just shows "about:blank#blocked" ? if I type 192.168.0.33:6555
August 7, 20196 yr Author It works but i have the same "problem" as mbc0, if i call it /embystat it works, but the path /mnt/user/appdata/embystat is clear. Where did embystat save the database file ? Where and how could i check this ? Edited August 7, 20196 yr by Eisi2005
Archived
This topic is now archived and is closed to further replies.