vscode-in-docker icon indicating copy to clipboard operation
vscode-in-docker copied to clipboard

Run VSCode inside of a Docker Container

Results 1 vscode-in-docker issues
Sort by recently updated
recently updated
newest added

Good day @pubkey and all, I trust you are well! When running the container with command: `docker run -p 8443:8443 -p 8888:8888 --volume /run/dbus/system_bus_socket:/run/dbus/system_bus_socket -v $(pwd)/data:/data -v $(pwd)/code:/code --rm -it...