Docker
Docker with Spring Boot
Debug application
restart docker container
docker-compose up -d --no-deps --build [service]
musl
is an implementation of C standard library, lightweight and simpler than glibc
(Used in Ubuntu). They are mostly interchangeable.
Edgecase is: musl
does not support DNS-over-TCP. Usually single UDP packet (512 bytes) is enough to resolve hostname, until it is not enough and you get random "Unknown host" errors. MORE DETAILS.
Last updated