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

Commit

Permalink
#2 add README
Browse files Browse the repository at this point in the history
  • Loading branch information
kohbis committed Nov 22, 2020
1 parent db6886b commit 0a13d63
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*.so
*.dylib

dimg

# Test binary, built with `go test -c`
*.test

Expand Down
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# dimg

CLI to search and pull images from Docker Hub.

## Download and Install

Download and Install with [Homebrew](https://brew.sh/).
```bash
$ brew install kohbis/dimg/dimg
```
brew install kohbis/dimg/dimg

## Usage

```bash
$ dimg
```

You can search image with name and pull specific image with tag.

![console](doc/image/console_library.png)

Default repogitory is official `library`.
If You want specify repogitory, input Image Name like `${repo_name}/${image_name}`.

![console](doc/image/console_repo_specified.png)

## Appendix

[Docker Advent Calendar 2019 22日目](https://qiita.com/kohbis/items/684b546d9e75e8b2b80b)
Binary file added doc/image/console_library.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/console_repo_specified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a13d63

Please sign in to comment.