Skip to content

Commit

Permalink
Added more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsiegl committed Nov 19, 2024
1 parent 51b066c commit d1462af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example-scripts/powershell/dockerLTA.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

#this is not a finished script - it is just the basic info to get you started using LemonTree.Automation deployed as a Docker Container into your pipeline.
#sample models can be found on computers with LemonTree Desktop installed: C:\ProgramData\LieberLieber\LemonTree\Examples

docker rm ltacli
docker run -itd --name ltacli `
-v "$(Get-Location)\data:/data" `
-v "$(Get-Location)\data:/data" `
-v "$(Get-Location)\licenses:/app/licenses" `
nexus.lieberlieber.com:5000/lieberlieber/lemontree.automation:latest

Expand Down

0 comments on commit d1462af

Please sign in to comment.