Skip to content

Applications

Applications represent the deployable units you run containers for. Each application maps to a Docker image repository and defines the resource requirements for containers.

Gameye Admin — Applications table Gameye Admin — Applications table
ColumnDescription
☐ (checkbox)Select one or more rows for bulk actions.
NameApplication name (bold).
RepositoryDocker Hub repository URL, shown as a chip.
NetworkNetwork mode (e.g. host, bridge).
CPUReserved / Limit cores, with a progress bar.
RAMReserved / Limit in GB, with a progress bar.
PortsUp to four port chips; a “+N” chip if more exist.
ActionDescription
Details (eye icon)Open the Application Details page. Requires read permission.
Edit (pencil icon)Open the edit form. Requires edit permission.
Clone (copy icon)Create a new application pre-filled with this application’s settings. Requires create permission.
Delete (trash icon)Remove the application and its tags. Requires delete permission. A confirmation dialog appears.

Select one or more applications using checkboxes. A toolbar appears at the top:

  • Mass Edit — Opens a dialog where you can update shared fields (regions, node pool, CPU, RAM, network mode, port bindings, registry, tags-to-keep) for all selected applications at once. A confirmation step shows the changes before applying.
  • Update Tags — Fetches the latest available Docker image tag for each selected application and shows a comparison table (current tag → latest tag). Click Update Tags to pull the newest tag for all applications that have an update available.
  1. Click Add (top-right).
  2. Fill in the form fields:
    • Name — Unique name for the application.
    • Repository — Docker Hub repository (e.g. mygame/server).
    • Tags to keep — How many image tags to retain (recommended: 2).
    • Network modehost or bridge.
    • Node pool — Which pool of nodes this application should run on.
    • Regions — One or more regions where containers may be started.
    • Port bindings — Add ports with protocol (TCP/UDP) and container port.
    • CPU / RAM — Reserved and limit values.
  3. Click Save.