Update wsl-docker/README.md
This commit is contained in:
@@ -44,6 +44,7 @@ Debian Bash
|
|||||||
```sh
|
```sh
|
||||||
curl -fsSL https://get.docker.com | sudo sh
|
curl -fsSL https://get.docker.com | sudo sh
|
||||||
sudo adduser $USER docker # sudo 없이 docker 실행
|
sudo adduser $USER docker # sudo 없이 docker 실행
|
||||||
|
su $USER # group 변경은 로그인해야 적용되므로 자신에게 다시 로그인
|
||||||
docker run hello-world
|
docker run hello-world
|
||||||
```
|
```
|
||||||
성공 메시지:
|
성공 메시지:
|
||||||
|
|||||||
Reference in New Issue
Block a user