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

2nd improve install_docker.sh #590

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

Commits on Feb 12, 2024

  1. docker-ce support

    Implementation of docker-ce support, for Fedora and CentOS
    lunardunno committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1028f69 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Check moby and podman

    lunardunno committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1226d1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11fef3c View commit details
    Browse the repository at this point in the history
  3. check and change locale

    Checking and changing the locale for correct error handling by the server controller.
    lunardunno committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fc0a9fd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge pull request #588 from amnezia-vpn/test/docker-ce

    Check which containerization application will be installed
    lunardunno committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1aec417 View commit details
    Browse the repository at this point in the history
  2. Introduction of direct checking of package installation results. (#591)

    Introduction of direct checking of package installation results.
    lunardunno committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    03b5f84 View commit details
    Browse the repository at this point in the history
  3. locale check simplified

    lunardunno committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    cc8ce44 View commit details
    Browse the repository at this point in the history
  4. force C.UTF-8 assignment

    Force C.UTF-8 if the system language is other than en_US.
    Temporary simplification of script stopping for moby and podman.
    Stop script execution if Docker is not active.
    lunardunno committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6dceb3d View commit details
    Browse the repository at this point in the history