https://github.com/dockersamples/extensions-demo
https://github.com/dockersamples/extensions-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dockersamples/extensions-demo
- Owner: dockersamples
- License: apache-2.0
- Created: 2023-09-15T07:45:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T04:56:17.000Z (about 2 years ago)
- Last Synced: 2025-03-05T02:41:36.998Z (over 1 year ago)
- Language: Dockerfile
- Size: 61.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Docker Extensions
This repo creates an Extension Cheatsheet Demo.

## Getting Started
```
git clone https://github.com/dockersamples/extensions-demo
cd extensions-demo/cheatsheet
```
## Build the Extension
```
make build-extension
```
## Install Extension
```
make install-extension
```