https://github.com/don-rumata/docker-image-nuget
NuGet in Docker
https://github.com/don-rumata/docker-image-nuget
docker linux mono nuget ubuntu
Last synced: 5 months ago
JSON representation
NuGet in Docker
- Host: GitHub
- URL: https://github.com/don-rumata/docker-image-nuget
- Owner: don-rumata
- License: apache-2.0
- Created: 2024-03-29T21:11:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T09:56:10.000Z (about 2 years ago)
- Last Synced: 2025-08-25T01:45:19.485Z (11 months ago)
- Topics: docker, linux, mono, nuget, ubuntu
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/donrumata/nuget-exe
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NuGet in Docker
[![License][license-image]][license-url]







Original [NuGet](https://www.nuget.org/downloads) in Docker.
## How to run
### How to install `AvaloniaUI`
```bash
docker run nuget-exe --volume $(pwd):/var/cache/nuget --rm donrumata/nuget-exe nuget install avalonia
```
```bash
docker run --name nuget-exe --volume $(pwd):/var/cache/nuget --rm donrumata/nuget-exe nuget install avalonia -version 11.0.10
```
## How to build
```bash
git clone https://github.com/don-rumata/docker-image-nuget
cd ./docker-image-nuget
docker build . --tag nuget-exe
```
## License
Apache License, Version 2.0
## Author Information
[don Rumata](https://github.com/don-rumata)
[license-image]: https://img.shields.io/github/license/don-rumata/docker-image-nuget.svg
[license-url]: https://opensource.org/licenses/Apache-2.0