Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Update README.md #1134

Merged
merged 2 commits into from
Mar 31, 2017
Merged

Conversation

shuklanirdesh82
Copy link
Contributor

Adding uninstallation instruction before installing managed plugin

Adding uninstallation instruction before installing managed plugin
README.md Outdated
@@ -49,10 +49,19 @@ esxcli software vib install -v /tmp/<vib_name>.vib
Make sure you provide the **absolute path** to the `.vib` file or the install will fail.

### On Docker Host (VM)
#### Managed Plugin
Please make sure to uninstall older releases of DEB/RPM if installed using following commands.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove "if installed"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

README.md Outdated
#### Managed Plugin
Please make sure to uninstall older releases of DEB/RPM if installed using following commands.
```
-sudo dpkg -P docker-volume-vsphere # Ubuntu or deb based distros
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why "-P" and not "-r"? As per documentation "-P" removes conf files as well. Managed plugin uses same file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, make sense.

README.md Outdated
Please make sure to uninstall older releases of DEB/RPM if installed using following commands.
```
-sudo dpkg -P docker-volume-vsphere # Ubuntu or deb based distros
-sudo rpm -e docker-volume-vsphere # Photon or rpm based distros
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove "-" prefix from commands here and other places.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

Addressing Prashant's comment.
@shuklanirdesh82 shuklanirdesh82 added this to the 0.14 milestone Mar 31, 2017
@shuklanirdesh82 shuklanirdesh82 self-assigned this Mar 31, 2017
@pdhamdhere pdhamdhere merged commit c1bb6b0 into master Mar 31, 2017
@shuklanirdesh82 shuklanirdesh82 deleted the addingUninstallationInstruction.shuklanirdesh82 branch April 5, 2017 18:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants