Added support for Podman (#2)
* Changed to Podman * added option to use podman or docker on host * Feature/podman fix (#1) * WIP * WIP * restored dockerfile * podman works rootless savepoint * added bin folder * changed teams-two to podman * changed to podman scheme * updated Makefile * updated README.md * host script refactor * renamed Dockerfile to Containerfile for podman scheme * added ci * changed ci script name * tried changing repo name * prepared merge with main. Added config to swap container runtime with ease
This commit is contained in:
committed by
GitHub
parent
16a77bdf18
commit
589d2c5263
15
README.md
15
README.md
@@ -1,8 +1,16 @@
|
||||
# Microsoft Teams in Docker
|
||||
# Microsoft Teams in Container
|
||||

|
||||
|
||||
This projects objective is to provide Microsoft Teams as a container to enable multiple accounts to be used simultaniously.
|
||||
|
||||
This projects objective is to provide Microsoft Teams as a docker image to enable multiple accounts to be used simultaniously.
|
||||
Currently the project supports Docker and Podman. Select which runtime you want with the convenient make targets:
|
||||
|
||||
Makefile (System setup)
|
||||
- docker
|
||||
- podman
|
||||
- current_runtime
|
||||
|
||||
The default runtime is Docker. Select podman with "make podman" and confirm with "make current_runtime".
|
||||
|
||||
The Makefile contains the relevant commands to use the application. The project works with two accounts, but can be extended to any number of accounts (not tested).
|
||||
|
||||
@@ -45,6 +53,3 @@ Simply run
|
||||
make kill-containers
|
||||
make uninstall
|
||||
```
|
||||
|
||||
Remmember to kill the containers with
|
||||
|
||||
|
||||
Reference in New Issue
Block a user