Skip to content

Simplified docker installation #15

@nipar4

Description

@nipar4

@springfall2008 I have modified the Docker.standalone and made some changes to allow for a more simplified Docker installation as follows

Docker.standalone file modified to remove multiple RUN & COPY commands to reduce image size
removed Apt-get upgrade as the image should be maintained by the image owner unless upgrades are required by predbat - which they are not but can be added back in if needed
Removed unused ARGs and labels
Added direct copy of apps.yaml & predbat files from the predbat git repository into build to ensure every build produces the latest predbat version and apps.yaml

Process to install is now very straight forward

  1. git clone https://github.com/springfall2008/batpred.git
  2. Change Directory to the predbat repository cd ./predbat_addon/predbat
  3. Edit docker-compose.yaml to change the volume paths to match user environment
  4. docker compose up -d
  5. edit apps.yaml or copy modified apps.yaml to the config location

But I am not a git expert so how do I commit these changes for you to review?

Cheers
Nic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions