You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# microservice-powershell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## LabInstance powershell
|
|
|
|
|
|
|
|
|
|
|
|
![alt text](images/swarmlab-network.png "")
|
|
|
|
|
|
|
|
Combine PowerShell and Docker to simplify testing across OSes
|
|
|
|
|
|
|
|
Run PowerShell scripts in Docker containers to manage multiple environments from the same system.
|
|
|
|
|
|
|
|
|
|
|
|
## Quickstart
|
|
|
|
|
|
|
|
This is a quickstart guide of howto use this
|
|
|
|
|
|
|
|
### HowTo use it
|
|
|
|
|
|
|
|
>
|
|
|
|
> pwsh ./script.ps1
|
|
|
|
>
|
|
|
|
|
|
|
|
### Default Configuration
|
|
|
|
|
|
|
|
- Working Directory
|
|
|
|
|
|
|
|
> /home/docker/project
|
|
|
|
|
|
|
|
- Default user
|
|
|
|
|
|
|
|
> docker
|
|
|
|
|
|
|
|
- Default password
|
|
|
|
|
|
|
|
> docker
|
|
|
|
|
|
|
|
- Default password4root
|
|
|
|
|
|
|
|
> pass
|
|
|
|
|
|
|
|
|