---
title: "gql 1"
description: "```gql query { container { from(address: \"alpine\") { defaultArgs entrypoint platform rootfs { entries } } } } ```"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/gql-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:25:03.397Z
license: CC-BY-4.0
attribution: "gql 1 — Claudary (https://claudary.paisolsolutions.com/skills/gql-1)"
---

# gql 1
```gql query { container { from(address: "alpine") { defaultArgs entrypoint platform rootfs { entries } } } } ```

## Overview

```gql
query {
  container {
    from(address: "alpine") {
      defaultArgs
      entrypoint
      platform
      rootfs {
        entries
      }
    }
  }
}
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/gql-1) · https://claudary.paisolsolutions.com
