v8tix / atrous

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atrous image

Welcome

Creative Commons License

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

Prerequisites

  • Docker Engine installed.

What this guide covers

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

1. The Atrous image contexts.

  • The following figure shows these contexts: atrous contexts
  • In this case Atrous uses three contexts:
    • Configuration and packages:
      • In this context Atrous adds a public key.
    • Security.
      • SUID and SGID permissions removed from applications.
    • Clean up.
      • Deleted: documentation, cache, and logs generated in the Configuration and packages context.

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

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

License:Other


Languages

Language:Shell 42.4%Language:Makefile 35.8%Language:Dockerfile 21.8%