Makefile (172B)
1 PREFIX = /usr/local 2 3 all: 4 @echo "Run 'make install' to install docker2sh." 5 6 install: 7 cp -f docker2sh $(DESTDIR)$(PREFIX)/bin 8 chmod 755 $(DESTDIR)$(PREFIX)/bin/docker2sh
docker2shConvert Dockerfiles into shell scripts | |
git clone https://git.parazyd.org/docker2sh | |
Log | Files | Refs | README | LICENSE |