Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Commit 0a13d63

Browse files
committed
#2 add README
1 parent db6886b commit 0a13d63

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
*.so
55
*.dylib
66

7+
dimg
8+
79
# Test binary, built with `go test -c`
810
*.test
911

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
1+
# dimg
2+
3+
CLI to search and pull images from Docker Hub.
4+
5+
## Download and Install
6+
7+
Download and Install with [Homebrew](https://brew.sh/).
8+
```bash
9+
$ brew install kohbis/dimg/dimg
110
```
2-
brew install kohbis/dimg/dimg
11+
12+
## Usage
13+
14+
```bash
15+
$ dimg
316
```
417

18+
You can search image with name and pull specific image with tag.
19+
20+
![console](doc/image/console_library.png)
21+
22+
Default repogitory is official `library`.
23+
If You want specify repogitory, input Image Name like `${repo_name}/${image_name}`.
24+
25+
![console](doc/image/console_repo_specified.png)
26+
27+
## Appendix
28+
529
[Docker Advent Calendar 2019 22日目](https://qiita.com/kohbis/items/684b546d9e75e8b2b80b)

doc/image/console_library.png

52.6 KB
Loading
24.1 KB
Loading

0 commit comments

Comments
 (0)