Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanhamlin/cfcli-docker
Docker container for cfcli
https://github.com/seanhamlin/cfcli-docker
Last synced: 12 days ago
JSON representation
Docker container for cfcli
- Host: GitHub
- URL: https://github.com/seanhamlin/cfcli-docker
- Owner: seanhamlin
- Created: 2018-09-05T23:44:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T10:33:46.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T22:06:30.807Z (2 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cloudflare CLI Docker Alpine PHP CLI Image
==========================================A PHP 7.2 CLI container based on Alpine Linux.
## Build the container
Only needed for testing the build actually works.
```bash
$ docker build --no-cache -t seanhamlin/cfcli:dev -f Dockerfile .
```## Download the latest image
```bash
$ docker pull seanhamlin/cfcli
```## Run cfcli commands
The default entry point of the container is `cfcli` so there is no need to
specify this command. Instead just pass in the arguments to the `cfcli` command.```bash
$ docker run --rm -it -v$HOME/.cfcli:/root/.cfcli seanhamlin/cfcli
$ docker run --rm -it -v$HOME/.cfcli:/root/.cfcli seanhamlin/cfcli zone:list
```