From e0ecc22e5b165e932a76c5c2bb13b8c0da60cb39 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Thu, 13 Jun 2019 17:29:14 -0500 Subject: [PATCH] Added readme --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4547642 --- /dev/null +++ b/readme.md @@ -0,0 +1,13 @@ +## public + +A stupid and easy way to publicize my stuff. like dropbox but safer. + +### starting the stack on docker swarm +``` +docker stack deploy -c <(docker-compose config) public +``` + +### creating a public directory by filename regex +``` +docker exec -it 581d24de85e5 /root/public simplify +``` -- 2.47.2