Tag: <span>docker</span>

nvm is a great tool if you want to have multiple NodeJS versions . But what if you want to have nvm as a Docker image and use it? Well, you can do something like this in your Dockerfile:

Programavimas

I use Kafka in my Docker Compose file. My docker-compose.yaml looks like this: Unfortunately, when I start and restart Kafka’s instance in Docker Compose I was constantly getting random errors. After some googling, I found that KAFKA_ADVERTISED_HOST_NAME is deprecated – please see https://github.com/wurstmeister/kafka-docker/wiki/Connectivity…

Programavimas