Skip to content

Commit 2b86095

Browse files
committed
update help
1 parent b8cf533 commit 2b86095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def index():
2626
<li>You can ssh into the container</li>
2727
</ul>
2828
<h2>Usage:</h2>
29+
<p><b>Note:</b>The `ssh_public_keys` is just a copy/paste `cat` of your id_rsa.pub</p>
2930
<pre>curl {request.host_url}container -d '{{"id":"123", "hostname":123, "memory": 1024, "ssh_public_keys": "<string-of-your-public-key>", "network": {{}}}}'</pre>\n
3031
<p>Then ssh into your container: ssh root@&lt;public_ip&gt; using the public key you provided.</p>
3132
<br /><a href="/openapi">View Openapi</a>"""

0 commit comments

Comments
 (0)