Add organized Docker container structure with disciplined naming
- Create layered container architecture: Base, Light, Full, Computational - Implement non-root user management with UID/GID mapping - Add Markwhen timeline tool to documentation stack - Create wrapper scripts for environment variable handling - Update documentation across all containers - Establish naming convention using RCEO-AIOS-Public-Tools- prefix - Add organizational rule to keep repository root clean - Remove old unorganized container files
This commit is contained in:
6
Docker/RCEO-AIOS-Public-Tools-DocMaker-Light/Dockerfile
Normal file
6
Docker/RCEO-AIOS-Public-Tools-DocMaker-Light/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM rceo-aios-public-tools-docmaker-base:latest
|
||||
|
||||
# Create a working directory
|
||||
WORKDIR /workspace
|
||||
|
||||
# The entrypoint from the base image handles user creation
|
||||
Reference in New Issue
Block a user