Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

Entries from 2020-03-01 to 1 month

How to split logs into tabs for each container in Docker Compose

When I want to link multiple containers together, I use Docker Compose. When you run Docker Compose, you will see the logs for each container, but you will see the logs for all containers on one screen. I want to follow the log for each co…

Are there two docker images for Jenkins, the official Docker and the official Jenkins...

I wanted to use Jenkins with Docker, so I got a Jenkins image and used it. FROM jenkins:alpine Occurrence of a problem Every time I tried to install a plugin in the Jenkins setup, I got an error. Is there two docker images for ? The reason…