Saurabh Ahuja

Results 12 issues of Saurabh Ahuja

Capital P on every podman command on https://github.com/oracle/docker-images/blob/main/OracleDatabase/RAC/OracleRealApplicationClusters/PODMAN_README.md. This needs correction.

https://github.com/oracle/docker-images/blob/main/OracleDatabase/RAC/OracleRealApplicationClusters/dockerfiles/buildContainerImage.sh#L132 script always exits with code 0 and don't return 1 when it fails. It always completes with return code 0, this gives wrong impression wherever it is getting used...

RAC

Document delete of racnode Fix for https://github.com/oracle/docker-images/issues/2413

https://github.com/oracle/docker-images/tree/main/OracleDatabase/RAC/OracleRealApplicationClusters is missing Documentation for deletion of node from RAC Custer

RAC

**Description** fn create app myapp Fn: Post "http://localhost:8080/v2/apps": read tcp [::1]:41904->[::1]:8080: read: connection reset by peer **Steps to reproduce the issue:** 1. Install Docker in linux environment 2. Disconnect VPN...

**What is the problem you're trying to solve** docker network connect network1 --ip docker network connect network2 --ip **Describe the solution you'd like** These commands manually works, but when defined...

OCA Verified

**Is your feature request related to a problem? Please describe.** Need podman-compose create command similar to docker compose create. Refer https://docs.docker.com/engine/reference/commandline/compose_create/. **Describe the solution you'd like** Need podman-compose create command...

enhancement

**Is your feature request related to a problem? Please describe.** Refer https://github.com/compose-spec/compose-spec/blob/master/spec.md#cpuset , when i set this, it is not getting picked up cpuset: "0-1" or cpuset: 0-1 or cpuset:...

enhancement