-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b48895b
commit 94eb523
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
How to use the docker-compose file to launch Glee | ||
# Issues in developing the functionality | ||
## Concept | ||
- Build image on base async/cli dressed up with python and .gyp | ||
- Spawn glee project | ||
- Install the project | ||
- File the image | ||
- Run container from this image where glee project is bound to local file system and run Glee | ||
|
||
## Issues | ||
- When you delete glee project in local file, this is somehow remembered. Glee project does not come back at next "docker compose up" | ||
- When you locally change a file in glee project, server is not aware. You can "kick the server"e.g. with local chown but that is strange workaround | ||
|
||
|
||
## Way forward | ||
- improve my understanding of docker (but both two issues relate to how binding works. And that is very tricky stuff with big risk to go into platform dependent approaches) | ||
- explore devcontainer | ||
|
||
Devcontainer (github codespaces; codesandbox) looks quite interesting. But be careful. The solution only has to be "more simple" than maintaining a proper local development environment. |