No description
Find a file
2025-08-20 22:15:43 +02:00
go chore: move to go folder 2025-08-20 22:15:43 +02:00
web feat(frontend): create volume 2025-08-16 15:20:00 +02:00
.gitignore refactor: use different path inside container 2025-08-10 10:39:58 +02:00
biome.json feat: init frontend 2025-08-11 21:21:26 +02:00
LICENSE Initial commit 2025-08-09 10:58:56 +02:00
README.md feat: add NFS volume type 2025-08-20 22:14:15 +02:00

ironmount

mutagen sync create ~/Developer/dir/ironmount nicolas@192.168.2.42:/home/nicolas/ironmount

docker run --rm -it -v nicolas:/data alpine sh -lc 'echo hello > /data/hi && cat /data/hi'