Dood…
FALKOR.
That adorable pooch is the only hope we have of stopping the nothing.
Dood…
FALKOR.
That adorable pooch is the only hope we have of stopping the nothing.
…that will now reflect the information United has compiled on individual travelers, like where they live and destinations they’ve traveled to.
I, for one, can’t wait to have my personal info proudly displayed to whatever randos they sent next to me! /s
I ran into the same with the “D1 Mini”. The few cases available were expensive for what they were and not a great fit for my needs.
If you have access to a 3D printer, there are some pretty good models on thingiverse and printables. But YMMV depending on which board you’re using.
Another possiblity… I wanted to permanently put one in my car, so having some basic protection with the least amount of bulk was important. I ended up buying some shrink tube large enough to go around the entire board (IIRC it was 40mm, 2:1 shrink ratio), got everything wired up, slid the tubing over and shrunk it down. Could probably “double wrap” for more complete coverage. Again, this is board dependent and worked well for the D1 since it doesn’t have pre-soldered pins.
Cheers!
I’m not a docker pro, so I may be wrong…
It looks to me like your syntax is formatted as if you’re assigning an external bind mount, not a volume.
IIRC, volume mounts are
<name>:<path_inside_container>
, and docker will automatically pre-pend the service name to the vol name (e. g./opt/docker/volumes/wireguard-<name>
)So, you could try something like:
ref: https://docs.docker.com/engine/storage/volumes/#use-a-volume-with-docker-compose