I have a Docker container that contains my own microservice. This microservice sends WhatsApp messages to customers via an interface. For this you need a connection to Whatsapp Web.
If I start the microservice locally from the Docker and connect my cell phone to Whatsapp Web, it works. It is not possible for me to start a Whatsapp web session in the Docker container. Is there a way to create a whatsapp interface in the Docker container?