VSCode와 Docker Container 연결

SaeSimCheon·2021년 9월 25일
0

Docker

목록 보기
6/6

1. VSCode 설치

code.visualstudio

2. remote development 설치

Remote Development

3. Container 실행

docker run test1

4. VSCode에 container attach

- ctrl+shift+p

- Remote-Containers: Open Folder in Container... 사용
- 리스트 중 원하는 컨테이너 사용

참고

0개의 댓글