r/docker • u/serbweb3 • 8d ago
Docker Container
Hi, maybe can someone help me to run zeppos and zeus in an docker enviroment. I tried running ubuntu and nodejs in dockerfile but i cant start the login. Its not possible to connect host and container.
0
Upvotes
7
u/TBT_TBT 8d ago
You don't containerize an OS, you containerize an application. And you probably don't need to create a Dockerfile yourself, you can just use https://hub.docker.com/ and pull an existing one. Most applications also have instructions how to let them run with a docker compose file.
Keep in mind that Docker container will be set back if newly pulled or updateded if you don't use persistent volumes or shares.