Skip to content

Commit

Permalink
[CI:DOCS]addition of specgen package
Browse files Browse the repository at this point in the history
warning: the naming of this might change as well as the location.

this is a build on a PR from mheon from last year that proposes a shift from our current approach of creating containers based on the arbitrarily made createconfig.  the new approach would be to have a specification that is detached from the podman cli.  the spec could then be generated and used to make a container.  this theoretically is the beginning of a long-needed refactor involving how we get from the cli -> libpod | apiv2 -> libpod with code re-use and less duplication.

the intent is to build the apiv2 container creation based on this approach only.  wiring to the podman cli will happen after the fact.

Signed-off-by: Brent Baude <bbaude@redhat.com>
  • Loading branch information
baude authored and sujil02 committed Feb 7, 2020
1 parent e70d276 commit df5a700
Showing 1 changed file with 102 additions and 66 deletions.
Loading

0 comments on commit df5a700

Please sign in to comment.