이슈Docker ‘Killed’ error 발생.참고 자료Docker 관련ipc(_mode) = host/shareable 차이https://stackoverflow.com/questions/56878405/sharing-memory-across-docker-containers-ipc-host-vs-ipc-shareablecontainer 메모리 사용량 확인하기$ docker stats그 외linux 메모리 조회 관련 명령어 모음$ df -h $ df -hF # 전체 메모리 사용량 조회 (gibibyte로 조회 옵션) $ free -g # CPU 정보 확인 $ cat /proc/cpuinfo # 위 정보 간략하게 보기위한 명령어 $ lscputmpfs에 대해서https://ckb7814.tistory.c..