Skip to content

data-intuitive/ghcr-dotnet-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-script Docker Image

Build status

This is a Docker image containing the latest version of dotnet-script.

Running scripts

Example, shows the version of the dotnet script, 1.3.1 at the time of writing:

docker run --rm -it ghcr.io/data-intuitive/dotnet-script --version

1.3.1

Running the script foo.csx with one argument:

docker run --rm -it --volume="$PWD:/scripts:ro" ghcr.io/data-intuitive/dotnet-script foo.csx -- arg1

For further information, see dotnet-script's own readme.

Building the image locally

Standing in this folder, use the following command to build the image locally:

docker build -t ghcr.io/data-intuitive/dotnet-script:tag .

Where :tag is an optional version number, like :1.3.1.

About

Docker image containing the latest version of dotnet-script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 51.4%
  • Shell 45.6%
  • C# 3.0%