No description
Find a file
Nicolas Meienberger 03a1203f7e feat: delete volume
2025-08-16 14:04:35 +02:00
internal feat: init frontend 2025-08-11 21:21:26 +02:00
web feat: delete volume 2025-08-16 14:04:35 +02:00
.air.toml feat: init frontend 2025-08-11 21:21:26 +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
docker-compose.yml refactor: use domain pattern 2025-08-11 15:51:42 +02:00
Dockerfile feat: basic volume plugin commands 2025-08-09 12:36:16 +02:00
Dockerfile.dev refactor: move driver handlers to own file 2025-08-10 11:29:34 +02:00
go.mod feat: init frontend 2025-08-11 21:21:26 +02:00
go.sum feat: init frontend 2025-08-11 21:21:26 +02:00
LICENSE Initial commit 2025-08-09 10:58:56 +02:00
main.go feat: init frontend 2025-08-11 21:21:26 +02:00
README.md refactor: use domain pattern 2025-08-11 15:51:42 +02:00

ironmount

mutagen sync create ~/Developer/ironmount nicolas@192.168.2.220:/home/nicolas/ironmount

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