DevOps portable toolkit
2.2K
DevOps Portable toolkit
version: '3.7'
services:
toolkit:
image: jkaninda/toolkit:latest
container_name: toolkit
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ~/.kube:/root/.kube
- ~/.ssh:/root/.ssh # If you use private CVS
Command : s3-mount
version: '3.7'
services:
toolkit:
image: jkaninda/toolkit:latest
container_name: toolkit
privileged: true
devices:
- "/dev/fuse"
volumes:
- ./custome-volume:/custome-volume
environment:
- ACCESS_KEY=${ACCESS_KEY}
- SECRET_KEY=${SECRET_KEY}
- BUCKETNAME=${BUCKETNAME}
- S3_ENDPOINT=https://s3.us-west-2.amazonaws.com
Content type
Image
Digest
sha256:82e5df783…
Size
569.8 MB
Last updated
about 2 years ago
docker pull jkaninda/toolkit