1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-06 19:40:51 +02:00

add run_image

This commit is contained in:
Chris Lu 2021-07-03 12:52:58 -07:00
parent fa0dab6029
commit 3986601ee8

View file

@ -25,6 +25,9 @@ dev_tls: build certstrap
dev_mount: build
docker-compose -f compose/local-mount-compose.yml -p seaweedfs up
run_image: build
docker run --rm -ti --device /dev/fuse --cap-add SYS_ADMIN --entrypoint /bin/sh chrislusf/seaweedfs:local
profile_mount: build
docker-compose -f compose/local-mount-profile-compose.yml -p seaweedfs up