Docker용 개발

방법 Docker용 개발

Docker 이미지에서 D ocker 디바이스를 만들어 애플리케이션을 빌드, 실행 및 디버깅하는 데 사용하세요. Docker 컨테이너는 가상 머신처럼 작동하지만 유연성이 떨어지는 대신 시스템 리소스를 덜 사용합니다.

Docker 장치에서 애플리케이션을 빌드, 실행 및 디버그하려면 개발 호스트에 docker-cli 을 설치 및 구성합니다. Qt Creator디버거Qt 버전과 같은 빌드 및 실행 키트 항목을 자동으로 감지하여 장치에 대한 키트를 생성합니다.

Docker 컨테이너에서 애플리케이션을 빌드하려면 CMake를 사용하는 것이 좋습니다.

참고: Docker 플러그인을 사용하려면 활성화하세요.

Docker 허브 또는 기타 레지스트리에서 이미지를 가져오려면 docker pull 명령을 사용하세요.

플러그인 활성화 및 비활성화사용 방법도참조하세요 : Docker용으로 개발하기.

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.