Code Monkey home page Code Monkey logo

bacula-fd's Introduction

bacula-client docker image based on alpine linux

Synopsis

Very small footprint bacula-client docker image can be used to back up local storage on docker nodes like CoreOS etc.

Installation and usage

Either pull the image directly from Docker Hub:

docker run -d --restart=always --name bacula-fd \
        -p 9102:9102 \
        -v /:/mnt:ro \
        -e FD_PASSWORD='bacula-fd password' \
        -e FD_NAME=$(hostname) \
        martmaiste/bacula-fd

Or build it locally:

git clone https://github.com/martmaiste/bacula-fd.git
docker build -t bacula-fd bacula-fd

Run the container:

docker run -d --restart=always --name bacula-fd \
	-p 9102:9102 \
	-v /:/mnt:ro \
	-e FD_PASSWORD='bacula-fd password' \
	-e FD_NAME=$(hostname) \
	bacula-fd

Credits

Bacula (open source) containers for Docker by RedCoolBeans

bacula-fd's People

Contributors

martmaiste avatar vrx-666 avatar

Watchers

 avatar  avatar

bacula-fd's Issues

Why You are checking DIR_IP in run.sh

I don't understand why You are doing this?
if [ -z "${DIR_IP}" ]; then echo "==> Adding DIR_IP to /etc/hosts" echo "${DIR_IP} ${DIR_NAME}" >> /etc/hosts fi

It always be false because You are set DIR_IP earlier in the script.
So DIR_IP and DIR_NAME never go to hosts file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.