Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megane42/docker-centos-jp
UNOFFICIAL CentOS Docker container for Japanese people
https://github.com/megane42/docker-centos-jp
Last synced: 7 days ago
JSON representation
UNOFFICIAL CentOS Docker container for Japanese people
- Host: GitHub
- URL: https://github.com/megane42/docker-centos-jp
- Owner: megane42
- Created: 2018-02-20T09:15:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T09:15:57.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T22:13:01.287Z (about 2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **(((UNOFFICIAL)))** docker-centos-jp
## Build
```
docker build -t megane42/docker-centos-jp \
--build-arg http_proxy=${http_proxy} \
--build-arg HTTP_PROXY=${HTTP_PROXY} \
--build-arg https_proxy=${https_proxy} \
--build-arg HTTPS_PROXY=${HTTPS_PROXY} \
.
```## Run
```
docker run --rm -it megane42/docker-centos-jp bash
```