Add empheral dockerfile handling
close #2105 according to https://github.com/docker/docker-py/issues/2105#issuecomment-411154477
Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:
$ git clone -b "patch-1" [email protected]:majkrzak/docker-py.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f
Amending updates the existing PR. You DO NOT need to open a new one.
:man_facepalming:
:wave: are you fine down there? :wave:
:wave:
I wonder if this PR will get merged faster than https://github.com/gkoberger/stacksort/pull/4
Hello @majkrzak. I think that trying to detect if it's the content or not is not an accurate way.
For example, this is a valid Dockerfile content AND a filename
FROM ubuntu
IMO another parameter with the content would be better