Add initial README, it's kinda stupid.
Showing
1 changed file
with
8 additions
and
0 deletions
README.md
0 → 100644
1 | These docs are very basic right now. | ||
2 | |||
3 | This image only works if $UID = 1000, which is obviously a bug. | ||
4 | |||
5 | docker build --tag brainfood-tools --progress=plain . | ||
6 | |||
7 | docker run --rm -ti -v $KUBECONFIG:/home/tool/.kube/config -v $PWD:/srv/app -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK -e SSH_KNOWN_HOSTS="gitlab.brainfood.com" -w /srv/app -u tool brainfood-tools | ||
8 |
-
Please register or sign in to post a comment