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

Document running local services when using Earthly #577

Open
4 tasks
binkley opened this issue Jul 14, 2024 · 0 comments
Open
4 tasks

Document running local services when using Earthly #577

binkley opened this issue Jul 14, 2024 · 0 comments

Comments

@binkley
Copy link
Owner

binkley commented Jul 14, 2024

The previous containerized build tool, Batect, included direct support for starting the container with a long-running server making it easy to hit endpoints and debug.

The current project is nor for a service, but a "Hello, world" cmd line.
Tackling this card involves standing something up that is long-running so you can hit endpoints.

Earthly is focused on build, and does not have direct support for running your project locally as a server for you to hit endpoints with.

  • Research best practice with Earthly
  • Update documentation with Docker cmd line examples
  • Update the example project with a long-running REST service
  • Provide a local cmd line script that runs the service, and hits the endpoints to demonstrate

Refs

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

No branches or pull requests

1 participant