https://github.com/demirermustafa/shell-commands-in-net-core-sample
execute bash commands in net core
https://github.com/demirermustafa/shell-commands-in-net-core-sample
bash linux netcore netcorebash sample shell shell-command
Last synced: about 2 months ago
JSON representation
execute bash commands in net core
- Host: GitHub
- URL: https://github.com/demirermustafa/shell-commands-in-net-core-sample
- Owner: demirermustafa
- Created: 2020-10-26T19:55:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T20:53:15.000Z (over 5 years ago)
- Last Synced: 2025-07-22T06:54:24.832Z (10 months ago)
- Topics: bash, linux, netcore, netcorebash, sample, shell, shell-command
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Commands In Net Core Sample
Docker Build & Run
```shell
docker build -t shellcommand .
docker run -i shellcommand
```