Create/set up docker container for development
From the Remote - Containers plugin in VSCode:
Whether you deploy to containers or not, containers make a great development environment because you can:
- Develop with a consistent, easily reproducible toolchain on the same operating system you deploy to.
- Quickly swap between different, isolated development environments and safely make updates without worrying about impacting your local machine.
- Make it easy for new team members / contributors to get up and running in a consistent development environment.
- Try out new technologies or clone a copy of a code base without impacting your local setup.
We should create such an environment so that we can more easily test new features...
Maybe we can use the ngrok tool to simplify the oauth2 config.
What is the status on this issue?
What is the status on this issue?
We had a go at creating a docker container for development way back with moderate success.
Since then we've made it easier to set up the system, likely making it easier to create a useful docker container for dev. (status = not done)
I remember looking at this when working on this previously.
It would be great to get something like this working for us.