Skip to content

v8tix/laskaris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laskaris image

Welcome

Creative Commons License

Welcome to the Laskaris project. This image is part of the k8sb project.

Prerequisites

  • Docker Engine installed.

What this guide covers

  1. The Laskaris image contexts.
  2. Common operations.

1. The Laskaris image contexts.

  • The following figure shows these contexts: laskaris contexts
  • In this case Laskaris only uses two contexts:
    • Configuration and packages:
    • 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.
  • 💡 You can use Laskaris on production environments.

2. Common operations.

  • 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.

Authors

  • Initial work

v8tix logo

       Contact us

License

Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 International License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published