Welcome to the Laskaris project. This image is part of the k8sb project.
- Docker Engine installed.
- The Laskaris image contexts.
- Common operations.
- The following figure shows these contexts:
- In this case Laskaris only uses two contexts:
- Configuration and packages:
- Laskaris adds and configures Amazon Corretto 11 JDK.
- Security.
- SUID and SGID permissions were removed from applications.
- Container user and group are: v8tix:2020,v8tix:2020 respectively.
- Clean up.
- Deleted: documentation, cache, and logs generated in the Configuration and packages context.
- Configuration and packages:
- 💡 You can use Laskaris on production environments.
- 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 built, 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.