Navid Shaikh

Results 18 issues of Navid Shaikh

Trying to share NFS mount from host machine, as data directory to postgresql 9.5 container run command: ``` docker run -d --name postgres -v /srv/db2/cccp/:/var/lib/pgsql/data -p 5432:5432 -e "POSTGRESQL_USER=cccp" -e...

This change adds step in README to create buildah build-template.

size/XS

We have `--force` option while creating a service, the `ConfigurationEditFlags` structure can be restructured as suggested here https://github.com/knative/client/pull/79#discussion_r283004004

kind/cleanup
kind/refactor
triage/accepted

I am writing an atomic scanner for a use case where the scanner needs to know the `image_name` being processed. Now, I get the image name by explicitly setting an...

User story: I want to implement a scanner which finds out layer details of a container image using `docker inspect` command. This atomic scanner needs to have docker tooling and...

Testing the `install-cli` from the master, `install-cli` command requires a running machine. ``` $bundle exec vagrant service-manager install-cli docker The virtual machine must be running before you execute this command....

ATM, the possible way to uniquely identify a vagrant VM is using the machine uuid or its subset of strings. And its trivial to retrieve the name of the VM,...

Counter part of the issue at https://github.com/projectatomic/adb-atomic-developer-bundle/issues/266 If above issue is agreed, we need to reconfigure docker daemon inside vagrant box to run on TCP socket and generate certs accordingly.

`vagrant service-manager env openshift` command should copy the required cert data from the vagrant box to host machine, and provide right information in output for `oc` CLI to connect to...

_From @navidshaikh on November 12, 2015 9:39_ @veillard suggested to add a command in plugin to export a sample Vagrantfile. For example: ``` bash vagrant adbinfo export-vagrantfile ``` can export...