This commit is contained in:
Jérôme Petazzoni
2016-11-07 22:40:59 -06:00
parent 893c7b13c6
commit 66ee4739ed
2 changed files with 3 additions and 3 deletions

View File

@@ -131,9 +131,9 @@ aws ec2 authorize-security-group-ingress --group-name docker-machine --protocol
```
### MicroSoft Azure
### Microsoft Azure
You have to retrive your subscription ID, and set the following environment
You have to retrieve your subscription ID, and set the following environment
variables:
```bash

View File

@@ -24,7 +24,7 @@ RUN pip install \
PyYAML \
termcolor
WORKDIR $HOME
WORKDIR $$HOME
RUN echo "alias ll='ls -lahF'" >> /root/.bashrc
ENTRYPOINT ["/root/prepare-vms/scripts/trainer-cli"]