Sign inSign up

dron995/kesl-console

By dron995

Updated over 3 years ago

Kaspersky Endpoint Security with connect to management console

Image
Security
0

332

dron995/kesl-console repository overview

Kaspersky Endpoint Security

Download
Support

#!/bin/sh
 VOLUME_ROOT=$PWD/../volume
 
#
# available mount points:
#   /var/opt/kaspersky/kesl/common/updates: OPTIONAL (antivirus databases) REQUIRED for multi-services system
#   /var/log/kaspersky:                     OPTIONAL (service logs)
#   /root/kesl-service/data:                OPTIONAL (mysql scans database) REQUIRED for multi-services system
#   /root/kesl-service/config:              OPTIONAL (storage for kesl-services.conf files)
#   /root/kesl-service/certificates:        OPTIONAL (storage for reposytories certificates)
#   /var/lib/containers/vfs-storage:        ???
#
# available service environments (ALL OPTIONAL):
#   KRAS4D_LOGLEVEL='debug':                log level ('debug'|'info'|'warning'|'error'|'critical') (default: 'noset')
#   KRAS4D_ACTIVATION='code|file_name':     if defined, service try to activate KESL after start
#   KRAS4D_PORT=8085:                       listening port (correspondent woth -p option) (default: 8085)
#   KRAS4D_XAPIKEY=0000:                    check for value in x-api-key header (default: no check)
#   KRAS4D_FORCEUPDATE=True:                start antivirus update immediatly (default: false)
#
#
#
docker run -d -p 0.0.0.0:8085:8085 --init --hostname kesl --name kesl \
-v $VOLUME_ROOT/log:/var/log/kaspersky \
-v $VOLUME_ROOT/config:/root/kesl-service/config \
-v $VOLUME_ROOT/bases:/var/opt/kaspersky/kesl/common/updates \
-v $VOLUME_ROOT/certificates:/root/kesl-service/certificates \
-v $VOLUME_ROOT/vfs-storage:/var/lib/containers/vfs-storage \
dron995/kesl-console:[tag]

Tag summary

Content type

Image

Digest

sha256:ffc9ca80a

Size

434.2 MB

Last updated

over 3 years ago

docker pull dron995/kesl-console:11.4.0-1096