v8tix / cronov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cronov image

Welcome

Creative Commons License

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

Prerequisites

  • Docker Engine installed.
  • Zemni 0.0.6.v20200416.

What this guide covers

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

1. The Cronov image contexts.

  • The following figure shows these contexts: cronov contexts
  • In this case Cronov only uses two contexts:
    • Configuration and packages:
      • In this context Cronov adds the repositories needed to execute the functions present on the External libraries' context.
    • External libraries.
      • Cronov makes use of the functions from the Zemni project to add its user and group, and then the locale.

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 Dockerfile, 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 49.1%Language:Makefile 26.5%Language:Dockerfile 24.4%