-
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.
feat: update version and add: mimo, dsq, iputils-ping and vim (#13)
- Loading branch information
Showing
2 changed files
with
26 additions
and
10 deletions.
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
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,27 +1,31 @@ | ||
# LINO Toolbox | ||
|
||
LINO Toolbox is suite of Docker images with commands `lino`, `pimo`, `sigo`, `mlr`, `mc`, `jq` `wget` `git` `pv` . | ||
LINO Toolbox is suite of Docker images with commands `lino`, `pimo`, `sigo`, `mimo`, `mlr`, `mc`, `jq`, `dsq`, `wget`, `git`, `pv`, `vim`, `dsq` . | ||
|
||
## Usage | ||
|
||
To get started with Lino Toolbox and Docker, you'll need to have Docker installed on your system. Once you've done that, you can use the following command to run Lino Toolbox with Docker: | ||
|
||
``` | ||
docker run --rm -it -v $(pwd):/workspace cgifr/lino-toolbox:v1.1.0-debian | ||
docker run --rm -it -v $(pwd):/workspace cgifr/lino-toolbox:v1.3.0-debian | ||
``` | ||
|
||
This command will start a Docker container with the cgifr/lino-toolbox:v1.1.0-debian image and mount the current working directory on your host machine to the /workspace directory in the container. Once the container finishes running, it will be automatically removed. | ||
This command will start a Docker container with the cgifr/lino-toolbox:v1.3.0-debian image and mount the current working directory on your host machine to the /workspace directory in the container. Once the container finishes running, it will be automatically removed. | ||
|
||
## debian image : | ||
| Tool | Source | Version | | ||
|------|---------|---------| | ||
|debian|docker hub|debian:stable-20230703-slim | | ||
|debian|docker hub|debian:stable-20230904-slim | | ||
|lino |docker hub|cgifr/lino:2.4.0 | | ||
|pimo |docker hub|cgifr/pimo:1.19.0 | | ||
|sigo |github |0.3.0 | | ||
|mlr |github |6.8.0 | | ||
|mc |docker hub|minio/mc:RELEASE.2023-07-07T05-25-51Z| | ||
|mimo |github |0.5.0 | | ||
|mlr |github |6.9.0 | | ||
|dsq |github |0.23.0 | | ||
|mc |docker hub|minio/mc:RELEASE.2023-09-07T22-48-55Z| | ||
|jq |debian |- | | ||
|wget |debian |- | | ||
|git |debian |- | | ||
|pv |debian |- | | ||
|vim |debian |- | | ||
|iputils-ping |debian |- | |