2025-05-09 13:51:23 +02:00
2025-04-28 13:48:50 +02:00
2025-05-02 14:20:02 +02:00
2025-05-09 13:51:23 +02:00
2025-04-29 08:04:21 +02:00

run Teams in a podman container

requirements

  • podman
  • make

usage

# run in background
make run-bg PROFILE=my-profile

# stop container
make stop PROFILE=my-profile

why?

Whenever you try to run multiple instances of Chromium (and Chrome), the second instance detects it's already running and instead of creating a new, independent process, it attaches to the already running instance.

While this mechanism saves a bunch of memory, for some use cases this is counter-productive, eg. if you need to change global browser settings for testing/developing purpose while you're running Teams.

Description
run MS Teams as PWA in a podman container
Readme 40 KiB
Languages
Makefile 48.4%
Dockerfile 45.7%
Shell 5.9%