728x90
반응형
# 윈도우에서 WSL 설치
https://cpuu.postype.com/post/10265353
# WSL2 다운로드 및 설치
- 설치 명령어
wsl --install
- 명령 실행
# minikube 다운로드 및 실행
https://may9noy.tistory.com/924
# 에러 해결
https://tigercoin.tistory.com/254
sudo apt-get update && sudo apt-get install -yqq daemonize dbus-user-session fontconfig
sudo daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target
exec sudo nsenter -t $(pidof systemd) -a su - $LOGNAME
snap version
# 도커 실행
https://league-cat.tistory.com/347
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
$sudo systemctl status docker
$sudo systemctl start docker
$sudo systemctl enable docker
# Docker Service 실행
# kubectl 다운로드
https://www.whatwant.com/entry/kubectl-install-Ubuntu
# nginx 서비스 배포
https://may9noy.tistory.com/673
# 로컬 환경에 LoadBalancer 구성하기
https://may9noy.tistory.com/981
728x90
반응형
'Hyper-V & VirtualBox > WSL (Windows Subsystem for Linux)' 카테고리의 다른 글
wsl 사용 할때 systemctl 안먹힐때 (0) | 2023.05.11 |
---|