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

feat: run with Docker #53

Merged
merged 3 commits into from
Jun 15, 2023
Merged

feat: run with Docker #53

merged 3 commits into from
Jun 15, 2023

Conversation

dtemir
Copy link
Contributor

@dtemir dtemir commented Jun 15, 2023

I added a Docker way of running the app.

  • It can either run interactively (attaches to the shell, all work done within the container)
  • Or run the Docker container to read in the test-application directory and spit out the result (without having to attach to the container)

Solves #52

@dtemir dtemir changed the title Make things easier to run feat: run with Docker Jun 15, 2023
README.md Outdated
@@ -113,6 +113,12 @@ use_clock_signal, set_clock_signal, _ = create_signal(0)
1. Run the script `./build.sh`
2. You can find a small test application in the `test-application` directory.

## Running with Docker
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @dtemir 👋

Thank you for the PR. One suggestion - can you rename this to Running the sample app with Docker?

Great work otherwise :D

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Copy link
Member

@sansyrox sansyrox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great work 👍

@sansyrox sansyrox merged commit 0624dc2 into sparckles:main Jun 15, 2023
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.

2 participants