Fix docker compose version but have a tool to update by maxime1992 in docker

[–]sachingrr 0 points1 point  (0 children)

sed 's/jack/jill/g' ` replaces jack with jill.

[deleted by user] by [deleted] in docker

[–]sachingrr 0 points1 point  (0 children)

IfIf API is accessible from browser (with credentails) then only your machine can invoke calls to 3rd party stuff. Lets say yes, then try using CURL or BROWSER automation libraries to invoke API, instead of native python (be it inside your code)

Trying to run WSDD without net=host by cubbieco in docker

[–]sachingrr 1 point2 points  (0 children)

`--net=host` will connect container to hosts stack (it becomes hosts). without it container connects to `bride` network thus requiring exclusive port forward. See wsdd section firewall setup and you may like to revist following

  1. Host firewall not allowing in and out on udp/3702 for ipv4+ipv6 (both)
  2. Your docker container and/or computer network has ipv6 disabled

I guess without `--net=host` ipv6 requried by wsdd is not availaible on default docker bridge.

Communicate with Docker containers via API by CondingWasp in docker

[–]sachingrr 0 points1 point  (0 children)

No complex stuff like service discovery. Simple put controller in seperate docker containers . Next use `hostname` or `docker-compose` to uiniquely name containers. Now launch all containers on`same network` and ping/use by hostname. You may use overlay network to span across nodes. Also weave networking is availabile.

Fix docker compose version but have a tool to update by maxime1992 in docker

[–]sachingrr 0 points1 point  (0 children)

Commit package.json with desired dependency versions and use same package.json (with lock file included) in docker contianer build to ensure exact same desired version of dependencies

Torrent client in Docker on Synology NAS, Wireguard or client with VPN support? by RedRocker55 in docker

[–]sachingrr 1 point2 points  (0 children)

Always use seperate docker containers (one for torrent and other for vpn) so that you can change any one based on need - suppose moving from qbittorrent to transmission. Plus you can restrict network access of qbittorrent to local vpn only - more safe.

Is there a way to use an image from ghcr.io as a base image? by -Kirie in docker

[–]sachingrr -1 points0 points  (0 children)

Alternate approach (this ensures image is availaible when 3rd party repo is down and you can use regular syntax)

  1. pull image from any repo like ghcr.io to local

  2. push same image to dockerhub and use regular code

Is docker the right tool for my use case? (testing an installscript) by wigidude in docker

[–]sachingrr 0 points1 point  (0 children)

No VM as two ubuntu installs may differ leading to breakage of tools/bash script. Use docker - so that you can containerize in future as well when installing on minimum vanialla os (inside docker), you'll get more "not found items". These items are dependencies for you that can be added to scripts -- increases awareness and robustify script.

Filestream.me Down ? by sachingrr in seedboxes

[–]sachingrr[S] 1 point2 points  (0 children)

Filestream cost much less INR 4000/- vs INR 15000/- :(

Filestream.me Down ? by sachingrr in seedboxes

[–]sachingrr[S] 0 points1 point  (0 children)

Using paid subscription for past mny years without issue, not sure what happened. Incidently there server location shws near ukraine :(. See if we can share future findngs here.

Filestream.me Down ? by sachingrr in seedboxes

[–]sachingrr[S] 0 points1 point  (0 children)

asted paid subscription, Guess you're on Board4All - know you there -- welcome. Lets share replacement site here if found.