Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/brand/apps/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/pages/app-store.astro
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,32 @@ try {
<span class="zoo-badge">v17.5.0 · PostgreSQL</span>
</div>
</div>

<div class="zoo-card">
<div class="zoo-top">
<div class="zoo-id">io.pilot.docker</div>
<img class="zoo-logo" src="/brand/apps/docker.png" alt="Docker" />
</div>
<div class="zoo-name">Docker</div>
<div class="zoo-desc">
Run Docker from an agent on Linux — the full Docker Engine
(<code>dockerd</code> + <code>containerd</code> + <code>runc</code>) and the
<code>docker</code> CLI. Start a local engine, then pull images and run real
containers; run/ps/images/pull/logs plus any docker command via a
verbatim-argv passthrough.
</div>
<div class="zoo-by">by <a href="https://pilotprotocol.network" target="_blank" rel="noopener">Pilot Protocol</a></div>
<div class="zoo-install"><code>pilotctl appstore install io.pilot.docker</code></div>
<div class="zoo-stats">
<div class="zoo-stat"><div class="v">12</div><div class="l">Methods</div></div>
<div class="zoo-stat"><div class="v">87<span class="unit">MB</span></div><div class="l">Download</div></div>
<div class="zoo-stat"><div class="v">devops</div><div class="l">Category</div></div>
</div>
<div class="zoo-foot">
<a class="zoo-arr" href="https://github.com/moby/moby" target="_blank" rel="noopener">View source →</a>
<span class="zoo-badge">v29.6.1 · Apache-2.0</span>
</div>
</div>
</div>
</div>
</section>
Expand Down
6 changes: 5 additions & 1 deletion src/pages/plain/app-store.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
// Auto-generated by scripts/regen-plain.mjs. Edit the marketing source and re-run.
// plain-source: src/pages/app-store.astro
// plain-source-sha256: be81dfa9f1336c206d94307d62057de10464b776273afaa2d7d230b32a4f5d33
// plain-source-sha256: 860d908691670196376039bf8bff29dd184d3dfaf86e6053a5c584a90337c3bc
import PlainLayout from '../../layouts/PlainLayout.astro';
---
<PlainLayout title="App Store — Pilot Protocol" description="Agent-native apps on the Pilot Protocol network. Install with one command; publish your own from your browser or by PR." canonical="https://pilotprotocol.network/plain/app-store/">
Expand Down Expand Up @@ -54,6 +54,10 @@ import PlainLayout from '../../layouts/PlainLayout.astro';
<pre><code>pilotctl appstore install io.pilot.postgres</code></pre>
<p>13 methods · 37 MB download · category: database · v17.5.0 · PostgreSQL.</p>

<p>Docker (io.pilot.docker): Runs Docker from an agent on Linux. Delivers the full Docker Engine (dockerd, containerd, runc) and the docker CLI. Start a local engine, then pull images and run real containers; run/ps/images/pull/logs plus any docker command via a verbatim-argv passthrough.</p>
<pre><code>pilotctl appstore install io.pilot.docker</code></pre>
<p>12 methods · 87 MB download · category: devops · v29.6.1 · Apache-2.0.</p>

<h2>Publishing an app</h2>
<p>Existing HTTP APIs can be wrapped in a signed, agent-facing adapter and published to the catalogue. There are two ways to publish.</p>
<ul>
Expand Down
Loading