jtblin / aws-mock-metadata

Mock ec2 instance metadata service that can run on a developer machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More detailed example

mpicard opened this issue · comments

Hi I'd really like to run an EC2 metadata mock/spoof server in docker to test an EC2 library I have using compose. I've tried the docker run -it ... command you provided as well as building with go but to no avail. Is there any chance you could provide a more detailed example using either compose or just docker to run this?