Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```