Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow creation of containers from Dockerfile #9

Merged
merged 3 commits into from
Jan 23, 2024

Commits on Jan 23, 2024

  1. feat: allow creation of containers from Dockerfile

    Not 100% compliant with the original specifications, but for now it does
    the job okay.
    massix committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2bde566 View commit details
    Browse the repository at this point in the history
  2. fix(test): wording

    massix committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e37d988 View commit details
    Browse the repository at this point in the history
  3. feat(image): create a more complete function

    This function allows to fine-tune every aspect of the creation of the
    container starting from the Dockerfile, it is probably overkill and I
    might think about creating some helpful wrappers in the future.
    massix committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f07febb View commit details
    Browse the repository at this point in the history