Commit Graph

20 Commits (e1e355ccfeccf23591d708d9eb0f9854a5fe6af1)

Author SHA1 Message Date
elasticdotventures e1e355ccfe refactor: address reviewer feedback by removing podman binary detection 2025-08-14 02:51:41 +00:00
elasticdotventures bfcdf260a9 Update podman-env documentation with local development example
Add practical example showing how to build images directly in minikube
and deploy them to Kubernetes without needing a separate registry.
This demonstrates the key value proposition of the Docker API
compatibility approach.
2025-08-05 04:45:57 +00:00
elasticdotventures 2f07bfdee9 Refactor podman-env to use Docker API compatibility per review feedback
- Change podman-env to use Docker client against Podman's Docker-compatible socket
- Remove SSH-based connectivity (Docker client doesn't support SSH keys)
- Simplify podman-env to use standard Docker environment variables
- Update tests to match new Docker API compatibility approach
- Update documentation to clarify Docker client usage
- Remove podman-specific test cases from docker-env_test.go

This addresses the core review feedback about API compatibility issues
and provides a cleaner separation between docker-env and podman-env.
2025-08-05 03:30:28 +00:00
elasticdotventures a1f2849c7e dockerEnv vs podmanEnv detection 2025-08-05 03:18:05 +00:00
minikube-bot 8c9a78829a Update auto-generated docs and translations 2023-11-02 17:49:57 +00:00
minikube-bot abd05a8fb5 Update auto-generated docs and translations 2023-05-23 23:28:07 +00:00
minikube-bot c0debe6f50 Update auto-generated docs and translations 2023-04-11 20:23:20 +00:00
Medya Gh 6d4788d6ba make generate docs 2023-02-16 13:06:30 -08:00
minikube-bot 1ade9eeebd Update auto-generated docs and translations 2022-06-22 18:04:56 +00:00
minikube-bot 307b4db28e Update auto-generated docs and translations 2022-04-12 18:21:28 +00:00
Anders F Björklund a7cf6feb9e Regenerate documentation to fix failing unit test 2021-03-23 07:44:06 +01:00
Steven Powell 82f7df5b56 Add user flag and log executed commands 2021-01-20 17:30:48 -07:00
edtrist 70b12370e7 Regenerate docs to add shell language to commands 2020-12-01 22:42:41 +00:00
Priya Wadhwa 760ad89f1f Update docs to include --help flag 2020-11-06 13:43:54 -08:00
Predrag Rogic 80dbe48a50
update klog version to v2.4.0 2020-11-02 23:47:12 +00:00
Priya Modali 2985e8a21e Updating unit tests. 2020-10-08 15:10:50 -07:00
Thomas Stromberg 2c5e8fdaee Add detailed JSON & status codes for all error paths 2020-08-30 17:25:11 -07:00
Anders F Björklund c578a7aa1e Add a PointToHost function for podman as well
And add an active variable, similiar to docker
2020-05-10 23:07:12 +02:00
Thomas Stromberg cad2960ed5 Run generate-docs 2020-05-07 14:18:00 -07:00
Priya Wadhwa 8ee163c846 Rebased on master 2020-04-07 15:13:06 -07:00