제1장 Docker 실습 환경 구성
·
System/Docker
기본적인 VM 네트워크 세팅 Gateway IP 192.168.2.254 cmd ipconfig /all ncpa.cpl VMnet 8 IPv4 수정 hostnamectl status =========hostname 확인sudo hostnamectl set-hostname docker ============ hostname change getenforce ====== redhat 계열에 리눅스들이 사용하는 보안 정책 모드가 3개 있는데 enforcing -> 차단하게되어서 ... 실습진행에 어려움permissive 하게 되면 -> 차단안함 disabled -> 사용안함 systemctl status firewalld =========방화벽 체크 지금은 inactive 로 해놨음 == 실습..