Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
161d87c4
Unverified
Commit
161d87c4
authored
Jan 28, 2017
by
Stefan Scherer
Browse files
Add notice how to copy vhd with azure cli
Signed-off-by:
Stefan Scherer
<
scherer_stefan@icloud.com
>
parent
e164434e
Changes
1
Show whitespace changes
Inline
Side-by-side
AZURE.md
View file @
161d87c4
...
...
@@ -127,3 +127,16 @@ Load your secrets and run the packer build
eval $(pass packer-azure)
packer build windows_2016_docker_azure.json
```
## Copy vhd
### Create a public container
Create a public container, eg.
`vhds`
### Copy blob
```
azure storage blob copy start https://myaccount.blob.core.windows.net/system/Microsoft.Compute/Images/images/WindowsServer2016Docker-osDisk.vhd vhds
azure storage blob copy start https://myaccount.blob.core.windows.net/system/Microsoft.Compute/Images/images/WindowsServer2016Docker-osDisk.vhd --dest-container vhds --dest-blob WindowsServer2016Docker.20170122-osDisk.vhd
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment