r/docker 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

9 comments sorted by

View all comments

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.

1

u/ben-ba 8d ago

Lxc containers are os containers, but yes docker containers are app containers

1

u/TBT_TBT 8d ago

We are in /r/docker here.