Welcome to the Aldurni project. This image is part of the k8sb project.
- Docker Engine installed.
- The Aldurni image contexts.
- Common operations.
- The following figure shows these contexts:
- In this case Aldurni only uses two contexts:
- Configuration and packages:
- In this context Aldurni adds a public key and installs Apache Maven.
- Clean up.
- Deleted: documentation, cache, and logs generated in the Configuration and packages context.
- Configuration and packages:
- At the root directory you will find the following directories.
- configuration:
- Here you can change the image name and its tag.
- build.
- The Docker file, and the container artifacts need must be included here.
- Also in this directory you can find the build.sh script. Execute it if you plan to build this image.
- Once the image was build, you can go to the executables directory.
- executables.
- Each script under this directory wraps a useful Docker command.
- To give a try the container:
- Execute the run.sh script. This will start a detached container.
- To get a console, execute the attach.sh script.
- 💡 Like in SSH connections, type 'exit' and then press Enter to close the console.
- When you are done, there are two ways to stop it:
- If you want to stop it, and keep this image, execute the stop.sh script,
- Otherwise execute the delete.sh script instead.
- configuration:
- Initial work
This work is licensed under a Creative Commons Attribution 4.0 International License.