Docker image to run dotnet software with clamav installed and running
-
update dockerfile
-
build local version:
docker build -t frontliners/dotnet-clamav .
-
push new version to dockerhub:
docker push frontliners/dotnet-clamav
-
tag and push again (optional but recommended):
docker tag frontliners/dotnet-clamav frontliners/dotnet-clamav:2 docker push frontliners/dotnet-clamav:2
FROM frontliners/dotnet-clamav
Command | Description |
---|---|
build | build the container with latest tag |
push | pushes the container |