Welcome to Nick's Random Musings

Of course I don't know what I'm doing, what fun would that be?


Docker Cannot bind to port


meta
Nick Gully, Denver

If docker is complaining about containers that cannot bind to ports, and you do not have other processes running on those ports, it may be that systemd has a bad ExecStart for docker, and it broke sub-process access.

It could look like: exec: “docker-proxy”: executable file not found in $PATH

Or is could be: level=debug msg=”FIXME: Got an API for which error does not match any expected type!!!: driver failed programming external connectivity on endpoint my-funny-valentine (43dc047fd585ce93dc8230d0ab60a8dfd3c5bef77b4055d218ed6722b416fd1d): Bind for 0.0.0.0:9092 failed: port is already allocated” error_type=types.internal module=api

Change this: systemd/system/docker.service.d/hosts.conf 2:ExecStart= 3:ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2736

To this: override.conf [Service] ExecStart= ExecStart=/usr/bin/dockerd [ngully@magpie docker.service.d]$ pwd /etc/systemd/system/docker.service.d

This was on Fedora 31, docker “moby-engine”

A whale of a good time.

If Docker mounts the wrong directory in a container.


meta
Nick Gully, Denver

If you are playing with docker, and want to mount a folder in your home directory, but end up getting your home directory instead, you might have misspelled it.

/home/ngully/experiment

vs.

/home/ngully/experement

And that’s the more you know.

The folded figure eight


meta
Nick Gully, Denver

Sent from my iPhone Baggage

Windows 10 printer problems, part MXXCLIV


meta
Nick Gully, Denver

If your slim-and-light Microsoft Windows 10 device has gone into “battery saver” mode, indicated by a tiny green blob icon on top of the taskbar battery icon, it may have quietly shut down your printing processes to save energy, and applications like Chrome, Microsoft Office, and Edge will print into a black hole, with nothing coming out.

Colorado and Southern engine 71, gondola 4319, combination 20


meta
Nick Gully, Denver

Baggage Baggage

« Older Posts Newer Posts »