mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
typos
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user