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

Ability to run crystal and ruby servers with Docker #33

Merged
merged 1 commit into from
May 12, 2017

Conversation

schovi
Copy link
Contributor

@schovi schovi commented May 10, 2017

Just simple setup to build containers and run them.

How to test it:

  1. Install Docker https://docs.docker.com/engine/installation/
  2. run docker-compose up [server_name]
  3. try it with curl http://localhost:3000/

Cleanup:

  1. Kill currently running server with ctrl+c
  2. Remove all containers and images with docker-compose down

PS: this is highly naive and if it should be meant seriously it needs a lot of improvement.

@schovi
Copy link
Contributor Author

schovi commented May 10, 2017

@tbrand Can I somehow run benchmarker from terminal just against some URL to test it?

@tbrand
Copy link
Collaborator

tbrand commented May 10, 2017

Seems great!
Could you wait for the review?
Currently I don't have any environment to execute docker and docker-compose. sorry ...

@schovi
Copy link
Contributor Author

schovi commented May 10, 2017

Sure. It was the just idea and I prototype that fast.

@tbrand
Copy link
Collaborator

tbrand commented May 11, 2017

I've started building docker environment!

@tbrand
Copy link
Collaborator

tbrand commented May 11, 2017

Please do not close while I'm trying this 🙏

@tbrand tbrand merged commit cccd2d8 into the-benchmarker:master May 12, 2017
@tbrand
Copy link
Collaborator

tbrand commented May 12, 2017

Thanks again!!:tada:
I've override the PR to make this working on my server! #39
Your commit is in it!!

@schovi schovi deleted the docker branch May 12, 2017 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants