quickfeed icon indicating copy to clipboard operation
quickfeed copied to clipboard

Create/set up docker container for development

Open meling opened this issue 5 years ago • 4 comments

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...

meling avatar Oct 31 '20 11:10 meling

Maybe we can use the ngrok tool to simplify the oauth2 config.

meling avatar Jan 06 '21 08:01 meling

What is the status on this issue?

JoachimTislov avatar Jan 07 '25 18:01 JoachimTislov

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.

JosteinLindhom avatar Jan 07 '25 19:01 JosteinLindhom

It would be great to get something like this working for us.

meling avatar Jan 07 '25 21:01 meling