일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 한 번만 실행
- docker
- VS2008
- crashlog
- M8200
- plcrashreporter
- php
- Antialiasing
- net
- 기념일관리
- C/C++
- Font
- phpmailer
- 설치제거
- PDA
- API
- 크래시로그
- 블루투스 헤드셋
- GDI
- protobuf-c
- self-signed ssl
- 데이터 전달
- ClickOnce
- JavaScript
- 자바스크립트
- 와이브로
- MFC
- .net
- EUC-KR
- C#
- Today
- Total
목록docker (2)
~☆~ 우하하!!~ 개발블로그
# libraries for .NET in github.com https://github.com/dotnet # Docker images for .NET and the .NET Tools dotnet-docker : https://github.com/dotnet/dotnet-docker # Creating an Docker image Testcontainers for .NET : https://dotnet.testcontainers.org/api/create_docker_image/ # .NET (C#) Client Library for Docker Remote API Docker.DotNet : https://github.com/dotnet/Docker.DotNet # native Git impleme..
how to set private docker registry - harbor in ubuntu https://computingforgeeks.com/install-harbor-image-registry-on-ubuntu/ # harbor.yml certificate: /etc/docker/certs.d/192.168.0.65/192.168.0.65.cert private_key: /etc/docker/certs.d/192.168.0.65/192.168.0.65.key # command to start Harbor docker-compose up -d [부록] # 사설인증서 설정된 서버에 https 로 접속 https://rottk.tistory.com/entry/Self-signed-certificat..