Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/70f06115c4a764f23711fe483d85d9dc to your computer and use it in GitHub Desktop.
Save PlagueHO/70f06115c4a764f23711fe483d85d9dc to your computer and use it in GitHub Desktop.
Invoke The ACI Persist Container script for Sonatype Nexus 3
.\Install-AzureContainerInstancePersistStorage.ps1 `
-ServicePrincipalUsername 'ce6fca5e-a22d-44b2-a75a-f3b20fcd1b16' `
-ServicePrincipalPassword (ConvertTo-SecureString -String 'JUJfenwe89hwNNF723ibw2YBybf238ybflA=' -AsPlainText -Force) `
-TenancyId '8871b1ba-7d3d-45f3-8ee0-bb60c0e4733e' `
-SubscriptionName 'Visual Studio Enterprise' `
-AppCode 'nexus3' `
-UniqueCode 'mine' `
-ContainerImage 'sonatype/nexus3:latest' `
-ContainerPort '8081' `
-VolumeName 'nexus3' `
-MountPoint '/nexus-data/' `
-Verbose
@PlagueHO
Copy link
Author

PlagueHO commented Aug 6, 2017

Note: These Azure Subscription parameters are not real values. Go ahead and try them 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment