Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 1, 2025
1 parent e646ecf commit 9d7c163
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/content/notes/list-public-os-images-in-google-cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 'List Public OS Images In Google Cloud'
pubDate: 02-01-2025
tags: ['note', 'gcp', 'cli']
---

A command to print the public OS images in Google Cloud using the GCP CLI.

```bash
gcloud compute images list
```

0 comments on commit 9d7c163

Please sign in to comment.