This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
PowerShell Script to push the images to the Registry
pull/49/merge
Cesar De la Torre
8 years ago
parent
9920e8c6e1
commit
c64511001e
2 changed files
with
4 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
push-images-to-registry.ps1
+0
-5
testpath.ps1
+ 4
- 0
push-images-to-registry.ps1
View File
@ -0,0 +1,4 @@
docker
push
eshop
/
web
docker
push
eshop
/
catalog
.
api
docker
push
eshop
/
ordering
.
api
+ 0
- 5
testpath.ps1
View File
@ -1,5 +0,0 @@
#$scriptPath = [System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.Definition)
$scriptPath
=
Split-Path
$script:MyInvocation
.
MyCommand
.
Path
Write-Host
"
Current script directory is
$
scriptPath
"
Write
Preview
Loading…
Cancel
Save