You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`junobuild/skylab`| All-in-one local environment like production | ✅ | End-to-end dev, exploration |
98
-
|`junobuild/satellite`| Lightweight setup running a single Satellite | ❌ | CI, focused app testing |
95
+
### 🧪 Skylab: Full Local Stack (Recommended)
99
96
100
-
Both variants run on a local network, services and support live-reloading for serverless functions written in Rust or TypeScript.
97
+
The `junobuild/skylab` image is the default and recommended environment. It mirrors the production stack and includes everything needed for end-to-end development.
101
98
102
-
- Use **Skylab** for the full experience, including the Console UI and supporting infrastructure.
103
-
- Use **Satellite** when you want a faster, minimal setup for a specific app or automated tests.
99
+
Use it for the full experience, including the Console UI and supporting infrastructure.
100
+
101
+
### ⚙️ Satellite: Minimal Setup
102
+
103
+
The `junobuild/satellite` image is a lightweight alternative that runs a single Satellite. It skips the Console UI and supporting infrastructure.
104
+
105
+
Use it when you need a faster, minimal setup focused on CI pipelines or automated testing.
106
+
107
+
:::note
108
+
109
+
The default (auto-deployed) Satellite is available with a predefined canister ID `jx5yt-yyaaa-aaaal-abzbq-cai`.
110
+
111
+
:::
112
+
113
+
### 📊 Feature Comparison
104
114
105
115
The table below shows which modules are available in each image and helps clarify what’s included when running locally with Skylab or Satellite.
106
116
@@ -117,12 +127,6 @@ The table below shows which modules are available in each image and helps clarif
117
127
| NNS Governance | ✅ | ❌ |
118
128
| Cycles Minting (CMC) | ✅ | ❌ |
119
129
120
-
:::note
121
-
122
-
The default (auto-deployed) Satellite is available with a predefined canister ID `jx5yt-yyaaa-aaaal-abzbq-cai`.
0 commit comments