git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93460a8
)
clear out old makefile stuff
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 5 Feb 2017 01:15:31 +0000
(17:15 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 5 Feb 2017 01:15:31 +0000
(17:15 -0800)
ch13/Makefile
patch
|
blob
|
history
diff --git
a/ch13/Makefile
b/ch13/Makefile
index
d505a28
..
4c88fe9
100644
(file)
--- a/
ch13/Makefile
+++ b/
ch13/Makefile
@@
-1,23
+1,5
@@
.PHONY: build start run stop clean
-FLAGS=#--debug
-
-build:
- ansible-container $(FLAGS) build
-
-run:
- ansible-container run
-
-start: run
-
-stop:
- ansible-container stop
-
-# Delete images
-clean:
- docker ps -a | awk 'NR!=1 { print $1 }' | xargs docker rm
- docker images | awk 'NR>1 && /ch13.*/ {print $1":"$2}' | xargs docker rmi
-
# Generate self-signed certs for localhost
ssl: certs/nginx.crt certs/nginx.key