Hey i am a computer sience student from Germany. I study at the KIT in Karlsruhe.
- 3 Posts
- 5 Comments
ProgramPhoenix@programming.devOPMto
Docker@programming.dev•Problems with the Portainer recreation webhook
1·3 年前Update: i solved the problem by using hostnames, inside the nginx container you can use the name of the other container as hostname and it will be resolved automatically
ProgramPhoenix@programming.devOPMto
Docker@programming.dev•Problems with the Portainer recreation webhook
2·3 年前they are all connected to a internal docker network. The ip only matters to my nginx container, which is the only container connected through port bindings. I run on creation something like this:
docker run -d --network nginx-bridge --ip 172.172.0.140 ---name main node:latest /project/startup.shbut portainer calls on recreation this:docker run -d --network nginx-bridge ---name main node:latest /project/startup.sh
ProgramPhoenix@programming.devOPMto
Docker@programming.dev•What are your favorite applications that run in a docker container?English
1·3 年前Are they legal to use? Or ist it just a problem if u host it public on the Internet?
i’d like to mod the docker community

it should only be a personal state of the art preview thing. a complete ci/cd would may be a overkill