728x90
윈도우 7 이상에서 Docker Toolbox를 사용해 실행을 한 뒤
localhost:4000
으로 접속하면 오류페이지가 나온다.
Docker Hub에서는 이와 같은 에러가 나오는 경우에
$docker-machine ip
로 Docker Machine IP를 확인 뒤
htt://Docker Machine IP:4000
으로 접속하라고 나와있다.
Note: If you are using Docker Toolbox on Windows 7, use the Docker Machine IP instead of localhost
. For example, http://192.168.99.100:4000/. To find the IP address, use the command docker-machine ip
.
728x90
'Java 웹 프로그래밍' 카테고리의 다른 글
TCP/IP, DNS, URI, URL (0) | 2019.04.25 |
---|---|
객체지향 프로그래밍이란? (0) | 2019.03.07 |
java.lang.NoClassDefFoundError: Could not initialize class 해결 (0) | 2019.01.16 |
JDBC MySQL 5.1.23 이상 사용시 time zone 관련 에러 발생 시 해결 방법 (2) | 2019.01.12 |
forward redirect (0) | 2019.01.10 |