mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-10-10 19:26:18 +00:00
Build 13.0.3
This commit is contained in:
11
docker/bacula-sd/Dockerfile
Normal file
11
docker/bacula-sd/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM eftechcombr/bacula:13.0.3-base
|
||||
|
||||
RUN apt -y install bacula-cloud-storage-common bacula-cloud-storage-s3 bacula-aligned
|
||||
|
||||
VOLUME ["/opt/bacula/etc"]
|
||||
|
||||
EXPOSE 9103/tcp
|
||||
|
||||
ENTRYPOINT ["/opt/bacula/bin/bacula-sd"]
|
||||
|
||||
CMD ["-f", "-c", "/opt/bacula/etc/bacula-sd.conf"]
|
Reference in New Issue
Block a user