Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Container for Oryx Functions but Remains Invisible in docker ps #238

Open
gasguti opened this issue Dec 5, 2024 · 0 comments
Open
Labels
bug Something isn't working TransByAI Translated by AI/GPT.

Comments

@gasguti
Copy link

gasguti commented Dec 5, 2024

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

@gasguti gasguti added the bug Something isn't working label Dec 5, 2024
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working TransByAI Translated by AI/GPT.
Projects
None yet
Development

No branches or pull requests

2 participants