Skip to content

frontlinersnl/dotnet-clamav

Repository files navigation

logo

dotnet-clamav

Docker image to run dotnet software with clamav installed and running

Instructions

  1. update dockerfile

  2. build local version:

    docker build -t frontliners/dotnet-clamav .
  3. push new version to dockerhub:

    docker push frontliners/dotnet-clamav
  4. tag and push again (optional but recommended):

    docker tag frontliners/dotnet-clamav frontliners/dotnet-clamav:2
    docker push frontliners/dotnet-clamav:2

Usage

FROM frontliners/dotnet-clamav

scripts

Command Description
build build the container with latest tag
push pushes the container

About

dotnet run container with clamav installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published