https://github.com/openfun/crowdin-docker
:whale: A docker image for the Crowdin CLI for internationalization
https://github.com/openfun/crowdin-docker
Last synced: 2 months ago
JSON representation
:whale: A docker image for the Crowdin CLI for internationalization
- Host: GitHub
- URL: https://github.com/openfun/crowdin-docker
- Owner: openfun
- Created: 2019-03-22T10:23:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T10:50:22.000Z (about 6 years ago)
- Last Synced: 2025-10-19T12:07:56.967Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crowdin-cli docker image
This repository contains the `Dockerfile` to build image for [crowdin-cli](https://github.com/crowdin/crowdin-cli-2)
## Building the image
```bash
$ docker build -t fundocker/crowdin:TAG .
```
## Using the image
This image entrypoint will directly run `crowdin`, you will just have to add the command you want to run. For the `list` command for example:
```bash
$ docker run --rm -it fundocker/crowdin list project
```