rust_docker 0.1.1

A docker wrapper to interact with docker daemon.
Documentation
1
2
3
4
5
6
# Install git hooks for development.
install-hooks:
	@cp ./pre-commit.sh ./../.git/hooks/pre-commit
	@chmod +x ./../.git/hooks/pre-commit

.PHONY: install-hooks