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

Create a "Give a Try" to new users run TReq via containers in Docker #13

Open
talis-fb opened this issue Feb 4, 2024 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@talis-fb
Copy link
Owner

talis-fb commented Feb 4, 2024

Implement a Docker container setup for the CLI app with the aim of simplifying deployment and enhancing user experience. The goal is to empower users to effortlessly run the app by issuing a single command, such as docker run my-app. The container should offer a seamless and user-friendly shell environment, allowing users to explore and try out the app without any hassle.

Expected Behavior:

  • A proper setup with Containerfile (Dockerfile) and a pipeline for Github CI/CD to deploy container in Docker Hub
  • The container should be small as possible. It would not be great users download 300mb of an Docker image just to test a CLI.
  • Document in README explicitly guiding users on how to effortlessly "give it a try" using this method. Provide a step-by-step guide for a smooth onboarding experience.
  • There are already some setups using Container with "Containerfiles" at tests/ directory in main folder.
@talis-fb talis-fb added the good first issue Good for newcomers label Feb 4, 2024
@talis-fb talis-fb changed the title Create a "tour" to new users run TReq via containers in Docker Create a "Give a Try" to new users run TReq via containers in Docker Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant