Skip to content

Commit 8ca6db7

Browse files
authored
update readme (#319)
* update readme * update into - mariner package repo
1 parent e1fa65a commit 8ca6db7

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11

22
# Microsoft Azure Cloud Shell Image
33

4-
Azure Cloud Shell is a browser-based shell environment which enables Azure customers to manage and configure their Azure services. It provides a [host of tools](https://docs.microsoft.com/azure/cloud-shell/features), including Azure CLI, Azure PowerShell, Ansible, Terraform, Chef, Puppet Bolt, kubectl, and many more.
4+
Azure Cloud Shell is a browser-based shell environment which enables Azure customers to manage and configure their Azure services. It provides a [host of tools](https://docs.microsoft.com/azure/cloud-shell/features), including Azure CLI, Azure PowerShell, Ansible, Terraform, Puppet Bolt, kubectl, and many more.
55

66
For more details, check out [Overview of Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview#:~:text=Features%201%20Browser-based%20shell%20experience.%20...%202%20Choice,7%20Connect%20your%20Microsoft%20Azure%20Files%20storage.%20).
77

8-
Try out Cloud Shell by clicking the button below.
9-
10-
[![](https://shell.azure.com/images/launchcloudshell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
11-
128

139
# About this repository
1410

@@ -29,16 +25,6 @@ The repository does *not* provide an out-of-the-box replacement for the Cloud Sh
2925

3026
## Running the Cloud Shell image locally
3127

32-
```bash
33-
docker pull mcr.microsoft.com/azure-cloudshell:latest
34-
35-
# for bash
36-
docker run -it mcr.microsoft.com/azure-cloudshell /bin/bash
37-
38-
# for powershell
39-
docker run -it mcr.microsoft.com/azure-cloudshell /usr/bin/pwsh
40-
```
41-
4228
### Differences between running locally and in Cloud Shell
4329

4430
1. **No identity endpoint**. In Cloud Shell, we provide a way to automatically obtain tokens for the user connected to the shell.
@@ -134,6 +120,7 @@ For a tool to be included in Cloud Shell, it has to be:
134120
Please:
135121
- support fetching tokens from Managed Identity if a tool authenticates to Azure services
136122
- add basic tests to the test suite run by GitHub Actions
123+
- consume the tools from the [Mariner package repo](https://packages.microsoft.com/cbl-mariner/2.0/)
137124

138125
In general we avoid:
139126
- alpha, beta, preview or unstable versions of software.

0 commit comments

Comments
 (0)