Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 333 Bytes

File metadata and controls

7 lines (6 loc) · 333 Bytes

Prerequisites

  1. Docker-Dasktop | Rancher-Dasktop | Podman
  2. VSCode
  3. VSCode Plugins:- Docker, python, Remote Development

Generate Java Maven Project:

cmd:/> mvn archetype:generate -DgroupId=com.example -DartifactId=java-remote-contianer-debugging-poc -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false