IntelliJ IDEA
 
Get IntelliJ IDEA

Docker run targets

Last modified: 11 October 2024

Docker is great for running and debugging your application, because you can replicate any environment in a container. For example, the reporter of an issue may provide you with a specific Docker image where they are able to reproduce the problem. To run or debug your application in a Docker container, you can use Run targets.

For a specific example, refer to Run and debug a Java application with Docker.