We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cf533 commit 2b86095Copy full SHA for 2b86095
app.py
@@ -26,6 +26,7 @@ def index():
26
<li>You can ssh into the container</li>
27
</ul>
28
<h2>Usage:</h2>
29
+ <p><b>Note:</b>The `ssh_public_keys` is just a copy/paste `cat` of your id_rsa.pub</p>
30
<pre>curl {request.host_url}container -d '{{"id":"123", "hostname":123, "memory": 1024, "ssh_public_keys": "<string-of-your-public-key>", "network": {{}}}}'</pre>\n
31
<p>Then ssh into your container: ssh root@<public_ip> using the public key you provided.</p>
32
<br /><a href="/openapi">View Openapi</a>"""
0 commit comments