Skip to content

gap-system/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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