debug_override - choisungwook/portfolio GitHub Wiki

개요

  • entrypoint를 오버라이딩하여 디버깅 환경 구성

내용

docker run --rm -d \
--entrypoint "/usr/bin/env" \
test:v1 /bin/bash -c 'while true;echo sleep;do sleep 2; done'
⚠️ **GitHub.com Fallback** ⚠️