Closed jhanley634 closed 2 weeks ago
This Makefile line is just Wrong:
docker cp ../$(CREDS) $(CONTAINER_NAME):/$(CREDS)
That cp operation can only operate on a running container, so the current approach of trying to operate on an image just isn't appropropriate.
cp
Deleted the offending line.
This Makefile line is just Wrong:
That
cp
operation can only operate on a running container, so the current approach of trying to operate on an image just isn't appropropriate.