1. Build Docker image docker build -t java-rest-api . 2. Run Docker image docker run -p 9002:9002 java-rest-api