- Add mk_base_image script,

- Add mk_base_image bash completion config,
- Add GPL headers,
- Add SPEC files to generate docker_tools & docker_tools-devel RPM packages,
- Now support rx3-base 1.1.0.
This commit is contained in:
2026-03-22 19:30:44 +01:00
parent 3b9b07fdf3
commit 71d942f179
19 changed files with 1498 additions and 93 deletions

View File

@@ -11,6 +11,8 @@ Features:
- docker_network_up & docker_network_down automatically called to setup external network rule & route,
- docker_service_add env file function,
- docker_build_push & docker_sbs (Stop / Build / Start),
- mk_base_image to build a base image,
- distributed in two RPM packages: docker_tools & docker_tools-devel.
Support different mounted volume modes:
- Single,
@@ -20,6 +22,12 @@ Support different mounted volume modes:
Docker Tools is licensed under the LGPL/GPL GNU Licenses.
For more information, please read the corresponding source file headers.
The license details can be found in the GNU-GPL.txt, GNU-LGPL.txt and GNU-FDL.txt files.
Enjoy it!
Your Docker Tools Team.