Created
September 29, 2020 21:55
-
-
Save njgibbon/7d688c3ecdf65429b33074764c353799 to your computer and use it in GitHub Desktop.
host-docker-internal-demo.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
creationTimestamp: null | |
name: host-docker-internal-demo | |
spec: | |
containers: | |
- image: alpine | |
name: alpine | |
command: ["sh"] | |
args: ["-c", "sleep 1000000"] | |
resources: {} | |
- image: nginx | |
name: nginx | |
resources: {} | |
dnsPolicy: ClusterFirst | |
restartPolicy: Always | |
status: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment