Prerequisites for hands-on
- docker cli/client
- access to docker daemon
- ability to mount files into a running docker container (from your workspace/host machine)
- access to multiple terminals (screen, tmux, iterm, etc)
- network connection to hub.docker.io
I'm using minikube/minishift. YMMV
Pull some images
docker pull envoyproxy/envoy:v1.10.0
docker pull tutum/curl
docker pull citizenstig/httpbin
now we have a sample service and an envoy proxy configured to forward requests to it