sitelink1 https://lemariva.com/blog/2018/05/tutori...windows-10 
sitelink2  
sitelink3  
extra_vars6  

Installation on Windows 10

  1. Open the Docker Menu on the right side of the Windows Taskbar and go to Settings (3rd. Option).

    Docker Menu
     
    As you can see from the sixth option, I am running Docker using Linux Container (I recommend this type of containers)! For native Windows containers, check the last section of this post.
  2. On the Tab general, activate the option Expose daemon on tcp://localhost:2375 without TLS (last Option).

    Docker Settings
     
  3. Then, open a PowerShell with administrator rights and type the following:
    netsh interface portproxy add v4tov4 listenaddress=10.0.75.1 listenport=2375 connectaddress=127.0.0.1 connectport=2375
    netsh advfirewall firewall add rule name="docker management" dir=in action=allow protocol=TCP localport=2375


    The first line connects 10.0.75.1:2375 to the daemon socket on 127.0.0.1:2375, and the second line adds a pass-through on the firewall for the port 2375 (*) . You need to know that this makes yourself vulnerable to remote code execution attacks.

  4. Then, start the Portainer container using an user-mode PowerShell (you do not need administrator rights to do this) typing:
    docker run -d -p 9000:9000 -v portainer_data:/data portainer/portainer -H tcp://10.0.75.1:2375

     

  5. Go to your browser and type http://localhost:9000 and configure your admin user and password if needed.

 

Note (*): Ports 2375 (unencrypted) and 2376 (encrypted with TLS) are the standard ports. You will obviously want to use TLS in a production environment, but the Windows Docker package does not include the tools to do this. Standard Windows certificates can't be used. Instead you will need to follow the documentation to create OpenSSL certificates.

That's all you need to run Portainer on Windows to manage Docker. If you need to know more about Portainer, just read its documentation.

Extra options

I wrote a new post with extra options for Portainer.

Native Windows container

To run portainer container in a native Windows container, the syntax is:

docker run -d -p 9000:9000 --name portainer --restart always -v \\.\pipe\docker_engine:\\.\pipe\docker_engine -v C:\ProgramData\Portainer:C:\data portainer/portainer

For more info, check this link.

 

 

 

 

번호 제목 sitelink1 글쓴이 날짜 조회 수
235 Step by step on how to Configure multiple concurrent RDP clients to run SambaPOS (IPHONE ,IPAD, Galaxy tablet) file http://forum.sambapos.com/t/step-by-step...tablet/769  황제낙엽 2016.01.01 43354
» [Docker] Portainer for local Docker environments on Windows 10 file https://lemariva.com/blog/2018/05/tutori...windows-10  황제낙엽 2020.07.14 25686
233 우분투(Ubuntu)에서 root로 전환후 비밀번호 변경 file   황제낙엽 2020.07.12 17255
232 [윈도우 원격데스크톱] 사용자 계정에 원격 로그인 권한이 없기 때문에 연결이 거부되었습니다 file http://zetawiki.com/wiki/%EC%82%AC%EC%9A...8%EB%8B%A4  황제낙엽 2016.07.23 9740
231 [RDP Wrapper1.6]윈도우10 에서 멀티 세션으로 원격 접속하기 secret https://github.com/stascorp/rdpwrap/releases  황제낙엽 2015.11.25 8395
230 C:\Temp\AUtempR 폴더의 정체   황제낙엽 2017.04.17 6193
229 윈도우10 업데이트 끄기 설정하는 방법 file http://cafe.naver.com/wese1245/496  황제낙엽 2017.12.11 3702
228 BAT 파일에 접근 권한 부여하기 (cacls) file http://cecildesk.tistory.com/entry/Windo...0%EB%95%8C  황제낙엽 2017.11.07 2033
227 원격 데스크톱 (RDP) 연결시 알 수 없는 인증 오류 file   황제낙엽 2017.04.19 1986
226 작업 스케줄러 실행 오류 (2147943712) file   황제낙엽 2017.11.27 1704
225 remote 원격 접속시 인증 오류 (CredSSP 암호화 Oracle 수정 때문일 수 있습니다) file https://support.microsoft.com/ko-kr/help...ch-13-2018  황제낙엽 2018.05.31 1439
224 VirtualBox 에서 게스트들끼리 내부 네트워크 연결 file http://frontjang.info/645  황제낙엽 2016.06.13 1265
223 네트워드라이브로 파일질라(FileZilla Server)로 구성한 FTP서버 접속시 디렉토리 목록 조회 실패가 된다면 file   황제낙엽 2016.01.01 1067
222 64bit x86 PC Window {우분투 리눅스 (QEMU로 arm64 커널을 에뮬레이션)} file http://jake.dothome.co.kr/qemu/  황제낙엽 2018.11.27 994
221 윈도우 계정 관리 명령어 NET USER http://www.atmarkit.co.jp/ait/articles/0609/02/news014.html  황제낙엽 2016.12.09 989
220 ttyname failed 오류 처리방법 file http://bemeal2.tistory.com/119  황제낙엽 2018.06.13 941
219 [윈도우10] '이 항목을 찾을 수 없습니다'라고 뜨면서 폴더삭제가 안 돼요 https://kin.naver.com/qna/detail.nhn?d1i...jemg%3D%3D  황제낙엽 2018.08.07 906
218 defaultuser0 <- 수상한 계정 file https://answers.microsoft.com/en-us/wind...9cd?auth=1  황제낙엽 2019.07.22 877
217 암호가 암호 정책 요구 사항에 맞지 않습니다 file   황제낙엽 2016.07.23 862
216 Windows server 2012 MSCS 구축하기_ 1.AD서버 만들기 file http://opendatabase.tistory.com/entry/Wi...4%EA%B8%B0  황제낙엽 2016.05.24 745