-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fd0f75
commit 2c019c8
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export VERSION=0.1.7 | ||
export VERSION=0.1.8 | ||
|
||
.PHONY : build | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,9 +83,9 @@ Taking create uhost in Nigeria (region: air-nigeria) and bind a public IP as an | |
First to create an uhost instance: | ||
|
||
``` | ||
$ ucloud uhost create --cpu 1 --memory 1 --password mypassword123 --image-id uimage-fya3qr | ||
$ ucloud uhost create --cpu 1 --memory 1 --password **** --image-id uimage-fya3qr | ||
UHost:[uhost-tr1eau] created successfully! | ||
UHost:[uhost-tr1e] created successfully! | ||
``` | ||
|
||
*Note* | ||
|
@@ -116,7 +116,7 @@ Configure the GlobalSSH to the uhost instance and login the instance via GlobalS | |
|
||
``` | ||
$ ucloud gssh create --location Washington --target-ip 152.32.140.92 | ||
ResourceID: uga-pdhxvs | ||
gssh[uga-0psxxx] created | ||
$ ssh [email protected] | ||
[email protected]'s password: password of the uhost instance | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters