mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-24 00:15:57 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 29dfedc635 | |||
| 4957e04bda | |||
| 6d549e1cd8 | |||
| e86d9b26ab |
@@ -160,6 +160,8 @@ Locate, select, and launch the |CL| Basic AMI
|
||||
|
||||
Figure 9: :guilabel:`View Instance`
|
||||
|
||||
.. _aws-web-connect:
|
||||
|
||||
Connect to your Clear Linux OS basic instance
|
||||
*********************************************
|
||||
|
||||
|
||||
@@ -485,7 +485,7 @@ Launch an instance
|
||||
Connect to your |CL| instance
|
||||
*****************************
|
||||
|
||||
#. Follow these steps to `connect to your instance`_.
|
||||
#. Follow these steps to :ref:`connect to your instance<aws-web-connect>`.
|
||||
|
||||
Related topics
|
||||
**************
|
||||
|
||||
@@ -41,7 +41,7 @@ Download and launch the virtual machine image
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
curl -o clear.img.xz https://cdn.download.clearlinux.org/image/$(curl https://cdn.download.clearlinux.org/image/latest-images.json | grep -o clear-'[0-9]'*-kvm.img.xz | head -1)
|
||||
curl -o clear.img.xz https://cdn.download.clearlinux.org/image/$(curl https://cdn.download.clearlinux.org/image/latest-images.json | grep -o 'clear-[0-9]*-kvm.img.xz' | head -1)
|
||||
|
||||
#. Uncompress the downloaded image:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user