Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megane42/docker-shellgei160
https://github.com/megane42/docker-shellgei160
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/megane42/docker-shellgei160
- Owner: megane42
- Created: 2021-11-10T05:40:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T08:10:42.000Z (about 3 years ago)
- Last Synced: 2024-11-07T22:13:01.407Z (about 2 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# これはなに
- [1日1問、半年以内に習得 シェル・ワンライナー160本ノック:書籍案内|技術評論社](https://gihyo.jp/book/2021/978-4-297-12267-6) という本の演習環境をつくる Dockerfile です
# 使い方
```
docker run --rm -it megane42/shellgei160 bash
```# build
```
docker build -t megane42/shellgei160 .
docker build -t megane42/shellgei160:v0.x.x .
```# push
```
docker push megane42/shellgei160
docker push megane42/shellgei160:v0.x.x
```