An open API service indexing awesome lists of open source software.

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

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
````