rust_docker 0.1.1

A docker wrapper to interact with docker daemon.
Documentation
1
2
3
4
5
6
7
format:
	@cargo fmt

build:
	@cargo build

.PHONY: format