GithubHelp home page GithubHelp logo

khaledalam / docker_smiley Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 22.77 MB

Docker_Smiley is a small application with a web based interface to reverse engineering Docker containers' environment variables precedence and monitor Docker containers' processes and logs in real time.

Go 38.95% HTML 2.23% CSS 4.20% JavaScript 54.62%
container containers docker docker-compose go golang react

docker_smiley's Introduction

Docker_Smiley


Docker_Smiley is a small application with a web based interface to reverse engineering Docker containers' environment variables precedence and monitor Docker containers' processes and logs in real time.

Written in Go and React.


---

Sharing the journey of the development process in public.

  • Environments
    • listing: apps -> containers -> envs -> 7-levels
      • level 1 (Set using docker compose run -e in the CLI)
      • level 2 (Substituted from your shell)
      • level 3 (Set using the environment attribute in the Compose file)
      • level 4 (Use of the --env-file argument in the CLI)
      • level 5 (Use of the env_file attribute in the Compose file)
      • level 6 (Set using an .env file placed at base of your project directory)
      • level 7 (Set in a container image in the ENV directive. Having ARG or ENV setting in a Dockerfile)
    • struct subRows levels in horizontal orientation
    • cache table builtin functionalities [e.g. # of rows] and fix search in subRows
    • tooltip each level explanation
    • TBD
  • Processes
    • TBD
  • Logs
    • struct subRows in better UI
    • TBD

  • General
    • use redux
    • readme.md
    • github actions
    • basic auth
    • documentation
    • testing
    • dark mode
    • containerize application
    • test on Linux and Windows environments (currently on mac only)
    • remove unused packages
    • add examples
    • TBD

frontend: npm run start or yarn run start
http://localhost:3000/

backend: GIN_PORT=8010 gin run main.go
http://localhost:8010/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.