Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation of docker status check #449

Draft
wants to merge 13 commits into
base: dev
Choose a base branch
from

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    b3b4adf View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Improve logic of startup docker.service

    Rebase install_docker.sh to dev.
    Separate docker.service status check for Fedora from Debian and Centos.
    lunardunno committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4216e50 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Script_minimization_Ubuntu_fix

    Script minimization.
    Minimizing log information for debian and ubuntu.
    Return delay to 5s for correct execution when reinstalling docker.io on Ubuntu22.
    Introduction checking the status of docker.service, and corresponding error notification
    lunardunno committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    77a411f View commit details
    Browse the repository at this point in the history
  2. excluding for dist debian

    excluding $dist debian from sudo systemctl enable --now docker, since it is launched at the post-install stage
    lunardunno committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    50d9152 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. test version

    lunardunno committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1cbb7e8 View commit details
    Browse the repository at this point in the history
  2. docker replaced with sudo

    lunardunno committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bfc88ff View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. test v2

    lunardunno committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ddb05d5 View commit details
    Browse the repository at this point in the history
  2. test 3

    lunardunno committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e25d153 View commit details
    Browse the repository at this point in the history
  3. test L18

    lunardunno committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    394390e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acfb021 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b11c6fc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. checking docker status

    implementing docker readiness status check
    lunardunno committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    9d49c5f View commit details
    Browse the repository at this point in the history
  2. checking docker status

    adding docker readiness status check to
    servercontroller.cpp
    lunardunno committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    08c506a View commit details
    Browse the repository at this point in the history