dockerfile-build 0.1.1

A Rust library to automate building Docker images from a local Dockerfile
Documentation
1
2
3
FROM alpine:3.11.6

CMD echo "hello dockertest-dockerfile"