Skip to content

Instantly share code, notes, and snippets.

@Piotr1215
Created January 25, 2020 11:12
Show Gist options
  • Save Piotr1215/3431642faee62602d398319a0c0b4e34 to your computer and use it in GitHub Desktop.
Save Piotr1215/3431642faee62602d398319a0c0b4e34 to your computer and use it in GitHub Desktop.
version: '2'
services:
kubectl-host:
image: piotrzan/kubectl-comp
container_name: kubectl-host
tty: true
network_mode: "host"
volumes:
- ~/.kube/:/root/.kube/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment