Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 패스워드 재설정
- vscode
- Kind
- kubernetes
- code-server
- ALB
- 묘공단
- go
- 코어 쿠버네티스
- WSL
- curl
- Pane
- kubernets
- calico
- Docker
- 도커
- passwd
- 쿠버네티스
- web ide
- 컨테이너
- network namespace
- 워커노드
- ubuntu
- 중첩가상화
- ansible
- 504
- nested virtualization
- windows
- containerd
- 네트워크 네임스페이스
Archives
- Today
- Total
목록web ide (1)
a story
Browser IDE, code-server 사용해보기
Linux VM에서 간단한 테스트를 하기 위해 code-server 를 세팅했습니다. code-server 는 WEB IDE 혹은 Browser IDE 로 알려진 도구입니다. 설치도 쉽고 vscode 와 UI 가 비슷해서 간단하게 사용할 수 있습니다. 아래 링크의 가이드에 따라 패키지를 설치합니다. https://github.com/coder/code-server [root@labco7 ~]# curl -fsSL https://code-server.dev/install.sh | sh CentOS Linux 7 (Core) Installing v4.1.0 of the amd64 rpm package from GitHub. + mkdir -p ~/.cache/code-server + curl -#fL -o ..
기타
2022. 3. 18. 19:00