Compare commits
No commits in common. "068c38ecf50cf5c840eba4c1892ba28bc95bc120" and "e63eca9978c57ed65dbe55d356803983334940cc" have entirely different histories.
068c38ecf5
...
e63eca9978
@ -31,7 +31,6 @@ RUN set -eux && \
|
|||||||
awscli \
|
awscli \
|
||||||
direnv \
|
direnv \
|
||||||
&& \
|
&& \
|
||||||
curl -s -o /usr/local/bin/ffsend -L $(curl -s https://api.github.com/repos/timvisee/ffsend/releases | jq -r '.[0].assets[] | select(.name | contains("linux-x64-static")).browser_download_url') && \
|
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && \
|
echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && \
|
||||||
/usr/sbin/locale-gen && \
|
/usr/sbin/locale-gen && \
|
||||||
|
11
README.md
11
README.md
@ -16,14 +16,3 @@ $ docker run -it \
|
|||||||
--name swiss \
|
--name swiss \
|
||||||
pommib/swiss:latest
|
pommib/swiss:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Kubernetes
|
|
||||||
|
|
||||||
```
|
|
||||||
$ kubectl create namespace swiss
|
|
||||||
$ kubectl apply -f pod.yaml -n swiss
|
|
||||||
$ kubectl get pods -n swiss
|
|
||||||
$ kubectl describe pod -n swiss
|
|
||||||
$ kubectl exec --stdin --tty -n swiss swiss -- /bin/bash
|
|
||||||
$ kubectl delete namespace swiss
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user