We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47e71e commit 04d06eaCopy full SHA for 04d06ea
.gitattributes
@@ -0,0 +1 @@
1
+*.sh text eol=lf
README.md
@@ -0,0 +1,21 @@
+# Markdown tools
2
+
3
+## Build the image
4
5
+```bash
6
+docker build -t greenfox/markdown-tools:latest .
7
+```
8
9
+## Push to Docker Hub
10
11
+Use the `foxyfox` DockerHub user to add yourself to the greenfox organization.
12
13
14
+docker login
15
16
17
+Hopefully you'll get Login Succeeded.
18
19
20
+docker push greenfox/markdown-tools:latest
21
0 commit comments