The basic terminal commands for navigating and manipulating directories and files are as follows:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================== | |
Docker Commands | |
========================================== | |
1. docker --version | |
- Check version. | |
2. docker images | |
- List all Docker images. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================== | |
Maven Build Lifecycle Phases | |
========================== | |
1. validate | |
- Validate the project is correct and all necessary information is available. | |
2. compile | |
- Compile the source code of the project. |