본문 바로가기
728x90
반응형

Infra255

GPT 파티션 이 디스크에 windows를 설치할수 없습니다. 디스크 파티션을 날리고 설치하면 된다. 이때 diskpart라는 프로그램을 쓰는데, 1. 윈도우 설치 USB로 부팅후 설치 불가 메시지가 뜨면 2. SHIFT + F10 누르고 3. diskpart 실행 4. select disk 설치하고자하는 파티션 번호 5. clean 6. exit 7. 화면닫고(x 버튼 클릭) 8. 재부팅 9. 설치 아래글 참고함. https://m.blog.naver.com/PostView.naver?blogId=pepes119&logNo=222845799544&proxyReferer=https:%2F%2Fm.search.daum.net%2Fsearch%3Fq%3D%25EC%259D%25B4%2520%25EB%2594%2594%25EC%258A%25A4%25ED%2581%25AC.. 2022. 8. 20.
도커 컴포즈(Docker Compse)로 워드프레스 블로그 만들기 - 펀글 http://miconblog.com/#somehash just quit your job align your life and work miconblog.com 2022. 8. 3.
yaml 편집을 위한 VSCode 설정하기. 원격 파일 수정하기. Remote Development 를 설치하게 되면 아래 플러그인들이 설치됨. - Remote - SSH - Remote - Cpntainers - Remote - WSL - Remote - SSH: Editing Configuration Files 2022. 7. 31.
Dockerfile 작성법9 - LABEL 저작권등을 표시 root@template:~/Lab# cat Dockerfile.10 FROM centos:7 LABEL maintainer "dennis " LABEL title "TEST Image" LABEL version 1.0 LABEL description "This image is test image ^__^" root@template:~/Lab# docker build -t myimage:2.0 -f Dockerfile.10 . Sending build context to Docker daemon 198.7kB Step 1/5 : FROM centos:7 root@template:~/Lab# docker image inspect myimage:2.0 [ { "Entrypoint": null.. 2022. 7. 31.
728x90
반응형