Update README
This commit is contained in:
15
README.md
15
README.md
@@ -12,4 +12,17 @@ DevOps Portable toolkit
|
||||
- helm
|
||||
- kustomize
|
||||
- jq
|
||||
- k6
|
||||
- k6
|
||||
|
||||
```yaml
|
||||
version: '3.7'
|
||||
services:
|
||||
toolkit:
|
||||
image: jkaninda/toolkit:latest
|
||||
container_name: toolkit
|
||||
command: ["sleep", "600"]
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ~/.kube:/root/.kube
|
||||
- ~/.ssh:/root/.ssh # If you use private CVS
|
||||
```
|
||||
Reference in New Issue
Block a user