Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.28 KB

File metadata and controls

47 lines (35 loc) · 1.28 KB

gap-docker

docker-build

Image types

    graph RL
        V1[gap-docker:4.13.1-bare]      --> T
        V2[gap-docker:4.13.1-full]      --> T
        V3[gap-docker:4.13.1-slim]      --> T
        V4[gap-docker:4.13.1-buildfull] --> T
        T --> V
        V --> G
        
        G@{ shape: processes, label: "gap-docker"}
        V@{ shape: processes, label: "gap-version"}
        T@{ shape: processes, label: "bare/slim/buildfull/full"}
Loading
  • Run a container:
docker run -it ghcr.io/gap-system/gap:4.13.1-full
docker run -it ghcr.io/gap-system/gap:4.14.0-full
docker run -it ghcr.io/gap-system/gap:4.13.1-bare
docker run -it ghcr.io/gap-system/gap:4.14.0-bare

Authors

Although it was completely rewritten, this repository consists of various ideas from many repositories