prosyslab-classroom / cs348-information-security

61 stars 10 forks source link

[Question][Hw0] Can`t connect to the docker container with vscode #204

Closed Jihwan-Yoon closed 1 year ago

Jihwan-Yoon commented 1 year ago

Name: Jihwan Yoon

image

image

I succeeded in connecting the container yesterday.

But it doesn`t work now.

I don`t know why the vscode can not connect to the container.

Thank you!!

tncks0121 commented 1 year ago

See the log by clicking "Starting Dev Container (show log)", it was helpful for me in most cases

Jihwan-Yoon commented 1 year ago

image

I have tried it but couldn`t understand it...

m-spitfire commented 1 year ago

@Jihwan-Yoon I suggest you to use the provided KCloud machines as they're simpler to set up and develop on rather than Docker, I feel like. See #202.

I think because you're using Windows, the docker engine is slow, because it uses a virtual machine(WSL 2) under the hood, but I am not too sure.

Jihwan-Yoon commented 1 year ago

Oh, I see.

I tried Docker first, because I couldn`t find klms IP notice yesterday.

KCloud works well!!

Thank you