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
Copy file name to clipboardExpand all lines: website/src/pages/community/contributing.js
+45-2Lines changed: 45 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -179,8 +179,51 @@ export default function Contributing() {
179
179
180
180
<hr/>
181
181
182
-
<h3>Docker</h3>
183
-
<p>Coming soon!</p>
182
+
<h3>Docker/Podman</h3>
183
+
<p>From the above local running method, it can be seen that the process is very troublesome and complicated. Therefore, we have provided running methods based on Docker or Podman. There is no need to install various dependent software; all you need is a container runtime.</p>
184
+
<divclassName={styles.step}>
185
+
<spanclassName={styles.stepNumber}>1</span>
186
+
<div>
187
+
<h4>Make sure Docker/Podman is installed</h4>
188
+
<p>docker --version</p>
189
+
</div>
190
+
</div>
191
+
<divclassName={styles.step}>
192
+
<spanclassName={styles.stepNumber}>2</span>
193
+
<div>
194
+
<h4>Run precommit by Docker/Podman</h4>
195
+
<p>make precommit-local</p>
196
+
</div>
197
+
</div>
198
+
<div>
199
+
<p>You can also manually enter the container and perform the operation:</p>
0 commit comments