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
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
Similarly, if you would like to disable this functionality, simply remove the script located at /var/lib/cloud/scripts/per-boot/fetch-and-execute-startup-script.sh.
55
55
56
-
See below for a sample startup script that will install and run docker on an ubuntu 16.04 system:
56
+
Here is a sample startup script that will install and run docker on an ubuntu 16.04 system:
57
57
58
58
```
59
59
if [ -f /etc/firstrun ]; then
@@ -82,7 +82,7 @@ On a Windows machine the script is downloaded to `C:\Windows\Temp\ps_script.ps1`
82
82
83
83
To examine the contents of an assigned script from within the Windows virtual machine execute the following command from a `powershell` prompt:
The metadata available includes the user specified machine 'name', the paperspace machine 'id' and other machine specific info. The info is returned from the Paperspace metadata service as a JSON object. Here is an example JSON return value:
0 commit comments