Skip to content

Instantly share code, notes, and snippets.

View gautambaghel's full-sized avatar
:octocat:

Gautam gautambaghel

:octocat:
View GitHub Profile
@gautambaghel
gautambaghel / pod.yaml
Created September 16, 2019 17:05
Docker in Docker with Java 8, Wget & Curl
apiVersion: v1
kind: Pod
metadata:
name: docker-with-detect
spec:
containers:
- name: docker-with-detect
image: gautambaghel/docker-with-detect:latest
command: ['docker', 'run', '-p', '80:80', 'httpd:latest']
resources: