https://github.com/justunsix/docker-azure-cli-function-core-tools-dotnet
Docker image with Azure CLI, Function Core Tools, and .NET based on Gitpod Ubuntu image
https://github.com/justunsix/docker-azure-cli-function-core-tools-dotnet
azure cli docker dotnet function
Last synced: 2 months ago
JSON representation
Docker image with Azure CLI, Function Core Tools, and .NET based on Gitpod Ubuntu image
- Host: GitHub
- URL: https://github.com/justunsix/docker-azure-cli-function-core-tools-dotnet
- Owner: justunsix
- License: cc0-1.0
- Created: 2021-04-27T03:12:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T04:26:44.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T20:41:25.512Z (over 1 year ago)
- Topics: azure, cli, docker, dotnet, function
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure CLI, Azure Function Core Tools, .NET Core Docker Image
This repository contains a Docker image with Azure CLI 4.22 or later, Function Core Tools 3.x, and .NET core 3.1 LTS based on Gitpod Ubuntu image
## Usage
```sh
# Run
docker run -it justintungonline/azure-cli-function-core-tools-dotnet:latest sh
# Pull
docker pull justintungonline/azure-cli-function-core-tools-dotnet:latest
````