]> Untitled Git - public.git/commitdiff
Added readme
authorClifton Palmer <cliftonpalmer@pop-os>
Thu, 13 Jun 2019 22:29:14 +0000 (17:29 -0500)
committerClifton Palmer <cliftonpalmer@pop-os>
Thu, 13 Jun 2019 22:29:14 +0000 (17:29 -0500)
readme.md [new file with mode: 0644]

diff --git a/readme.md b/readme.md
new file mode 100644 (file)
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
+```