Skip to content

A containerized version of gap-system

License

Notifications You must be signed in to change notification settings

limakzi/gap-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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
        T --> V
        V --> G
        
        G@{ shape: processes, label: "gap-docker"}
        V@{ shape: processes, label: "gap-version"}
        T@{ shape: processes, label: "bare/slim/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

About

A containerized version of gap-system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%