Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Dockerfile so end users can specify startup mode #675

Closed
sherl0cks opened this issue Nov 15, 2017 · 3 comments
Closed

Update the Dockerfile so end users can specify startup mode #675

sherl0cks opened this issue Nov 15, 2017 · 3 comments
Labels

Comments

@sherl0cks
Copy link

Currently, you can only spin the container up in proxy mode with https://github.com/SpectoLabs/hoverfly/blob/master/Dockerfile#L11

@tommysitu
Copy link
Member

@sherl0cks The Dockerfile we use to build Hoverfly docker image is this one actually: https://github.com/SpectoLabs/hoverfly/blob/master/core/Dockerfile
I have updated it to allow passing commands, so that you can start hoverfly in webserver mode using docker:
docker run -d -p 8888:8888 -p 8500:8500 spectolabs/hoverfly:master -webserver
Once this PR #676 is merged.

@sherl0cks
Copy link
Author

ahh thanks for the redirect @tommysitu . looks like that PR is merged, closing this issue.

@psisodia
Copy link

psisodia commented May 2, 2018

Can anyone help me here, I have created hoverfly base image and added my git repo of API recordings to it. I can get image to build and run but I am unable to get hoverctl running. I need to use hoverctl in proxy mode for recording of APIs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants