Files
docker_tools/ReadMe.txt
Arnaud G. GIBERT 9860294f6c - 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.
2026-03-29 14:45:09 +02:00

38 lines
1.1 KiB
Plaintext

Welcome to Rx3-Docker/Docker Tools!
This project aims to give some basic tools to be used by other Rx3 docker packaging projects.
Features:
- docker_tools_install & docker_mk_dir to setup a new application environment,
- docker_mk_env command to compile env file into .env file,
- docker_start, docker_stop , docker_restart & docker_logs command,
- 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,
- Mixed (Old mode),
- Merged,
- Splited (Default).
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.
--
arnaud@rx3.net
https://git.rx3.org/gitea/rx3-docker/docker_tools