"Docker run nginx-forward-proxy"의 두 판 사이의 차이

(새 문서: ==개요== ;nginx-forward-proxy <syntaxhighlight lang='console'> testuser@localhost:~$ curl -x http://127.0.0.1:3128 http://www.wtfpl.net/txt/copying/ curl: (7) Failed to connect to...)
 
잔글 (Jmnote님이 Nginx-forward-proxy 문서를 Docker run nginx-forward-proxy 문서로 이동했습니다)
(차이 없음)

2022년 8월 29일 (월) 15:28 판

1 개요

nginx-forward-proxy
testuser@localhost:~$ curl -x http://127.0.0.1:3128 http://www.wtfpl.net/txt/copying/
curl: (7) Failed to connect to 127.0.0.1 port 3128: Connection refused
testuser@localhost:~$ docker run -d --name proxy -p 3128:3128 hinata/nginx-forward-proxy:latest
242d7163b9b678f1893edeca4902364bcff70765ce24a890c8079c26abf57235
testuser@localhost:~$ curl -x http://127.0.0.1:3128 http://www.wtfpl.net/txt/copying/
            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}