Skip to content

Commit 54bcfe2

Browse files
committed
Add README.md
1 parent 53de202 commit 54bcfe2

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# alpine:glibc
2+
3+
```
4+
FROM shcoder/alpine:glibc
5+
6+
etc...
7+
```
8+
9+
# alpine:supervisor
10+
11+
```
12+
FROM shcoder/alpine:supervisor
13+
14+
etc...
15+
```
16+
17+
# alpine:glibc.supervisor
18+
19+
```
20+
FROM shcoder/alpine:glibc.supervisor
21+
22+
etc...
23+
```

glibc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# alpine-glibc
1+
# alpine:glibc
22

33
```
44
FROM shcoder/alpine:glibc

0 commit comments

Comments
 (0)