Feature or enhancement request details
In some very common automation cases it would be great to support inlined Dockerfiles for container build.
For example:
$ echo -e "FROM alpine\nRUN echo 'Hello World'" | container build -t myimage -f - .
Error: Dockerfile does not exist at path: -
Usage: container build [<options>] [<context-dir>]
  See 'container build --help' for more information.
 
Code of Conduct