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

Podman deployment documentation #22

Open
C-Loftus opened this issue Jul 31, 2024 · 1 comment
Open

Podman deployment documentation #22

C-Loftus opened this issue Jul 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@C-Loftus
Copy link
Member

C-Loftus commented Jul 31, 2024

  • Docker is proprietary software and requires a paid license in many cases. Even if institutions are not making commercial tools with their pygeoapi deployment, the license is not free and open source, and I am assuming that because of this, it may not be an option for some governments or institutions

  • However, containerization seems to be the best option for deploying pygeoapi

  • https://podman.io/ uses a similar API as Docker, so ideally we can use the same Dockerfiles, but it is free and open source

  • Thus it is likely to be a preferred option for some institutions.

  • However, it is bit less feature rich so we would need to test it a bit before documenting it.

Does this seem reasonable? Feel free to close if not or if I do not have the full context on deployment tools within our partner organizations.

@C-Loftus C-Loftus added the enhancement New feature or request label Jul 31, 2024
@C-Loftus
Copy link
Member Author

Fwiw it seems that podman run -p 5000:80 -it --rm internetofwater/pygeoapi works out of the box just like Docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant