Date
Attendees
- Ray Bloom
- Jim Turner
- Paul Scheidemantel
- Tyler Putnam
- Joel Sharasheff
Goals
- Making isolated docker resources available to TSSG members
- Review the new installation instructions for scheduledb
by testing the steps in a Docker Toolbox environment.
Discussion items
Item | Who | Notes |
---|---|---|
Isolating and sharing docker resources | Problem StatementWhenever a TSSG Member has low system resources (i.e. less than 4 cores, slow CPU, insufficient memory or slow storage) it can be difficult to run multiple docker containers for testing micro-services or learning docker locally. Proposed SolutionI am looking into a way to make my systems available for your individual testing. If successful, you would be able to login using ssh, build a suite of micro-services, open up browsers, and kick off automated testing against the services. Reference | |
/etc/hosts | Ray Bloom | On Windows
|
Install scheduledb in Docker Toolbox | Joel created a few commits to solve problems with running in Docker Toolbox commit 410efb2510028d4d0fe3837625f819717f9e1e33 Changed softlinks to copies of sites-available files to accommodate Windows environments. commit 6268ddc347b4a13918ebc3a648c3fb6c8031f1e0 Moved argument y in call to apt install. commit 66d6070b57522cd5f2ba99a7ca448a7e957e2c86 Improved logging for mongo.install. | |
Soft link errors in nginx/sites-enabled files when scheduledb.install is run in Docker for Windows. | Fixed in a commit. commit 272d2cba256f14c4b7485dc70a31e1b0d29fdf69 Fixed softlink errors created by git between Windows and Linux. Copied files from nginx/sites-available/* to nginx/sites-enabled/ rather than create soft links. | |
On Docker for Windows, the mounted sites-enabled and sites-available folders are empty. | Paul Scheidemantel | In the nginx-Dockerfile, build the image by copying the sites-available and sites-enabled folders rather than having the container mount the host folders. commit ad37c22e9a745010f0abd4469aac51fe299f67fe (HEAD -> scheduledb, origin/scheduledb) copying nginx sites configurations instead of using mounts to support windows |
JWT Security Token Timeouts | Paul Scheidemantel |
|
TSSG Environment Vairables | Paul Scheidemantel | Will be cleaning up TSSG environment variables. |
Running scheduledb in WSL2 | Paul Scheidemantel |
|
Action items
- Paul Scheidemantel: Cleaning up TSSG environment variables.
- Ralph A. Navarro Jr. to Assist Paul with running scheduledb in WSL2. Mount drives with source, etc.