Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

kvaps/docker-clamd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clamd in a Docker

Quick start

run command

docker run \
    --name clamd \
    -h clamd \
    -v /opt/clamd:/data:rw \
    -p 3310:3310 \
    -d \
    kvaps/clamd

Docker-compose

docker-compose.yml

clamd:
  restart: always
  image: kvaps/clamd
  hostname: clamd
  volumes:
    - /etc/localtime:/etc/localtime:ro
    - ./clamd:/data

About

Clamd in a Docker container

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages