-
-
Notifications
You must be signed in to change notification settings - Fork 3
Sample Docker App #63
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
base: main
Are you sure you want to change the base?
Conversation
@battosai-slayer864 what happens when you click the links above, please post the output? |
|
||
## Getting Started | ||
|
||
If you wish to run the tutorial, you can use the following command after installing Docker Desktop: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explain docker compose and why it is used here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is the output of this? How do we know this works?
|
||
const expectedItem = { id, name, completed: false }; | ||
|
||
expect(db.storeItem.mock.calls.length).toBe(1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears you have an online store here, please post in your pull request all of this application showing it working
It seems a bit extreme for a sample application, however when you introduce 82 new files, they will need to be explained: Docker/Docker_Apps_ and_Practice/getting-started/docs/tutorial/sharing-our-app/index.md Where did this come from ^ ? |
Why are you holding both mysql and sqlite? Docker/Docker_Apps_ and_Practice/getting-started/app/package.json |
I created this branch and followed Docker Docs TO DO LIST, Sample Application which I tested and it works. This is a step forward in understanding Docker and how to use it for future Python apps deployment.
Below is a screenshot of the sample web app with two items added.