You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I installed Oryx with docker with this command in Ubuntu 20.04.6 LTS: docker run --restart always -d -it --name oryx -v $HOME/data:/data
-p 80:2022 -p 443:2443 -p 1935:1935 -p 8000:8000/udp -p 10080:10080/udp
ossrs/oryx:5
While the installation seemed to work fine, I have access to the panel and I can broadcast videos, the container is not visible when I run docker ps -a Version
v5.14.25 To Reproduce
While the installation seemed to work fine, the container is not visible when I run docker ps, nor are any volumes or traces of the container created.
Steps to Reproduce:
Run the above docker run command.
Check docker ps.
Expected behavior
See the container running
Additional context
Also I attempted to install and run Prometheus on my server using Docker to monitor the system. However, the prometheus container does not start correctly, Oryx might be interfering with or blocking the necessary ports for Prometheus.
I have conducted tests on additional servers and experienced the same problem. The Prometheus container seems to operate correctly and serve its intended role, yet it acts as an invisible container—it operates in the background but is not listed when executing the 'docker ps' command.
Thank You
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered:
Describe the bug
I installed Oryx with docker with this command in Ubuntu 20.04.6 LTS: docker run --restart always -d -it --name oryx -v $HOME/data:/data
-p 80:2022 -p 443:2443 -p 1935:1935 -p 8000:8000/udp -p 10080:10080/udp
ossrs/oryx:5
While the installation seemed to work fine, I have access to the panel and I can broadcast videos, the container is not visible when I run docker ps -a
Version
v5.14.25
To Reproduce
While the installation seemed to work fine, the container is not visible when I run docker ps, nor are any volumes or traces of the container created.
Steps to Reproduce:
Run the above docker run command.
Check docker ps.
Expected behavior
See the container running
Additional context
Also I attempted to install and run Prometheus on my server using Docker to monitor the system. However, the prometheus container does not start correctly, Oryx might be interfering with or blocking the necessary ports for Prometheus.
I have conducted tests on additional servers and experienced the same problem. The Prometheus container seems to operate correctly and serve its intended role, yet it acts as an invisible container—it operates in the background but is not listed when executing the 'docker ps' command.
Thank You
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: