-
Notifications
You must be signed in to change notification settings - Fork 845
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
VP-4928: Update module docker development readme #2033
Conversation
|
||
```cmd | ||
mklink /d <your_module_name> <full_path_to_your_module_project> | ||
``` |
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.
Symbolic links don't seem to work with Docker for windows (running as linux environment). Can you double check? Also for the docker, should we tell users to switch to linux containers?)
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.
- Yes, symbolic links don't. Docs rewrite.
- Added command to docker-compose for auto-restart container
restart: unless-stopped
Co-authored-by: Alexander Siniouguine <Woland2k@users.noreply.github.com>
Co-authored-by: Alexander Siniouguine <Woland2k@users.noreply.github.com>
…://github.com/VirtoCommerce/vc-platform into docs/VP-4928-update-module-docker-development
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (1.8.0_265) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. |
Some improvements to this guide:
https://virtocommerce.com/docs/latest/developer-guide/modules-development-via-docker/