개발 기록
docker 컨테이너 ip 확인 본문
https://blusky10.tistory.com/entry/docker-container-ip-%ED%99%95%EC%9D%B8%EB%B0%A9%EB%B2%95
[Docker] docker container ip 확인방법
1. docker inspect container_id 명령어를 치면 굉장히 많은 정보를 확인할 수 있다. 그래서 grep 으로 조회하면 좀 수월하다. docker inspect container_id | grep IP "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Seconda
blusky10.tistory.com
도커 내부 접속 후 hostname -i
나 같은 경우에는 ip addr, inconfig가 안 먹었다
'TIL' 카테고리의 다른 글
Not annotated parameter overrides @NonNullApi parameter (0) | 2024.12.12 |
---|---|
One or more listeners failed to start. (1) | 2024.03.15 |
quartz job parameters processor에서 사용 (0) | 2024.02.22 |
mongoDB object 검색 (0) | 2024.02.14 |
Cannot change the ExecutorType when there is an existing transaction (0) | 2024.02.13 |
Comments