This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from kohbis/feature/add_readme
#2 add README
- Loading branch information
Showing
4 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
*.so | ||
*.dylib | ||
|
||
dimg | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.