Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

PetroGromovo's avatar

Can I show mix success/error notifications of docker in hosting Kubuntu 20?

In my docker/laravel project (with hosting Kubuntu 20) I added support of mix success/error notifications

  FROM php:8.0.9-apache
    RUN apt-get update && \
    ...
    libnotify-bin \

But anyway these notifications are not visaible in my OS.

If there is a way to show notifications from my docker app my hosting Kubuntu 20 ?

Thanks in advance!

0 likes
0 replies

Please or to participate in this conversation.