Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 808 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 808 Bytes

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