Tag: Draft
Docker build
Docker 이미지들이 기본적으로 저장되는 위치 /var/lib/docker https://pjh37.github.io/springboot/2020/08/03/springboot-11.html https://doinge-coding.tistory.com/entry/Docker-docker-compose%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED
Docker Compose commands
https://nirsa.tistory.com/81 1번은 어떤 베이스 이미지를 사용할 지 docker-compose 안에서 선언을 해주었다면, docker-compose에서 선언하여 Dockerfile을 이용해 자동으로 docker build 후 베이스 이미지로 사용할 수 있습니다. https://nirsa.tistory.com/79 docker-comp
Kotlin apply also with let run...
https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29
Kotlin dsl marker
@DslMarkerThe problemWhen using DSLs, one might have come across the problem that too many functions can be called in the context https://kotlinlang.org/docs/type-safe-builders.html#scope-control-dslm
Spring Native with graalvm
https://giljae.medium.com/spring-native-%EB%B2%A0%ED%83%80-%EC%86%8C%EA%B0%9C-767d7bf46e01