Skip to content

Commit 04d06ea

Browse files
committed
Added README and .gitattributes to help ppl
1 parent e47e71e commit 04d06ea

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh text eol=lf

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 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+
```bash
14+
docker login
15+
```
16+
17+
Hopefully you'll get Login Succeeded.
18+
19+
```bash
20+
docker push greenfox/markdown-tools:latest
21+
```

0 commit comments

Comments
 (0)