I'm planning on trying a Docker setup for development like this:
Ikke-kategoriseret
1
Indlæg
1
Posters
1
Visninger
-
I'm planning on trying a Docker setup for development like this:
Laptop is slow
️
Desktop is fast
Laptop offloads all Docker work to Desktop via `docker context`, DOCKER_HOST etc.
This creates problems with mounting development directories into running containers via bind mounts. It's hard to live without that, but we can't bind mount a local dir in a remote docker server.
So I'm thinking to use inotifywait+rsync to auto-sync changes from the laptop to a mirror on the desktop

-
R reynir@social.data.coop shared this topic