gkumarg
Results
1
issues of
gkumarg
For those that may be struggling to get the following code to work in windows: ```docker inspect rkrispin/vscode-python:ex1 | jq '.[] | .RootFS'``` Change it to: ```docker inspect rkrispin/vscode-python:ex1 |...