분류 전체보기 182

docker_nginx 기동

(앞서 구성한 VM에서 진행한다. 외부에서 호출을 위해 리눅스의 이더넷 어댑터 2개 모두 오픈한다.ip는 터미널-> ifconfig -a 결과로 확인) 소프트웨어 별 docker 이미지는 docker hub에서 가져올 수 있다. 이 글에서는 nginx 컨테이너를 통해 간단한 WEB 구성을 수행해 본다. 1. 그냥 만들기 : Nginx docker Image 를 가져와 그냥 띄워보기 - 다음 명령어를 수행하여, nginx docker 이미지를 가져온다. docker pull nginx - 명령어 수행시 아래와 같이 다운로드가 진행된다. [root@localhost sorc]# docker pull nginx Using default tag: latest Trying to pull repository doc..

IT/Kubernetes_k8s 2023.03.06

샤오미 보조배터리_WPB25ZM

- Wants : 초고속 충전이 가능한 보조배터리, 많이 무겁진 않을 것, 좋은 휴대성, 용량은 한두번 충전 가능 - 만족 포인트 : 초고속 충전 가능, 휴대성 좋음, 10000 mA 용량, 무선 충전도크로도 활용가능 - 아쉬운 점 : 샤오미, - 참고 링크 : https://www.qoo10.com/item/%ec%83%a4%ec%98%a4%eb%af%b8-%eb%a3%b0%eb%a0%9b%ec%bf%a0%ed%8f%b0%ea%b0%80-31-5-XIAOMI-%ec%83%a4%ec%98%a4%eb%af%b8-%eb%ac%b4%ec%84%a0-%eb%b3%b4%ec%a1%b0%eb%b0%b0%ed%84%b0%eb%a6%ac-30W-10000MAH-%ec%8a%a4%ed%83%a0%eb%93%9c-%eb%..

A Guide to Essential Testing Tools for Software Development

A Guide to Essential Testing Tools for Software Development Testing is an essential part of software development, and using the right testing tools can significantly improve the efficiency and accuracy of your testing process. In this article, we will introduce you to some essential testing tools that you may find useful in your software development journey. Test Automation Tools Test automation..