Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neilkuan/kops-amd64-docker


https://github.com/neilkuan/kops-amd64-docker

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# kops-amd64-docker

### To use
```bash
docker pull ghcr.io/neilkuan/kops-amd64-cli:latest

example
docker run -it --rm -v ~/.aws:/root/.aws -e AWS_PROFILE=$AWS_PROFILE_NAME ghcr.io/neilkuan/kops-amd64-cli:latest kops
```

### alias example
```bash
example:
alias kops='docker run -it --rm -v ~/.aws:/root/.aws -e AWS_PROFILE=$AWS_PROFILE_NAME ghcr.io/neilkuan/kops-amd64-cli:latest kops'
kops get
```

### To build by yourself
```bash
git clone https://github.com/neilkuan/kops-amd64-docker.git
cd kops-amd64-docker

docker build -t local-kops .
docker run -it --rm -v ~/.aws:/root/.aws -e AWS_PROFILE=$AWS_PROFILE_NAME ghcr.io/neilkuan/kops-amd64-cli:latest kops
```