You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It needs to be structured in step by step manner, with details explanation provided at the bottom if needed.
It should be made clear that the whole folder including .env file needs to be saved locally, for now it implies that only docker-compose.yaml needs to be downloaded (ideally that is the only file that should be required).
Docker image naming for the platform is confusing, it still has "alpha" in it, when we do have a release.
@mvktsk, reviewed, added some comments. The main issue for me is that symbolic links don't work when running in docker linux environment which makes developing modules a pain. Also, what happens when module is recompiled? Those changes don't typically get picked up unless platform is restarted which requires stopping and starting of docker, is that issue solved?
We need to figure out how to make process more efficient without manually coping the files. Maybe some add-on or target configuration so files are deployed to docker modules folder automatically? @tatarincev
Referring to this guide:
https://virtocommerce.com/docs/latest/developer-guide/modules-development-via-docker/
Here are some improvements:
The text was updated successfully, but these errors were encountered: