fix typo
This commit is contained in:
parent
d2d1989609
commit
c8ff90042a
@ -16,16 +16,16 @@ to docker and ready to use:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
wget https://github.com/lxsang/antosaio/raw/master/dist/antosaio.tar
|
wget https://github.com/lxsang/antosaio/raw/master/dist/antosaio.tar
|
||||||
sudo docker load < antosaoi.tar
|
sudo docker load < antosaio.tar
|
||||||
```
|
```
|
||||||
|
|
||||||
The image can be run in a container using
|
The image can be run in a container using
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo docker run -p 8080:80 -it antosaoi
|
sudo docker run -p 8080:80 -it antosaio
|
||||||
```
|
```
|
||||||
|
|
||||||
Here we map the host port 8080 to the port 80 on the `antosaoi` container.
|
Here we map the host port 8080 to the port 80 on the `antosaio` container.
|
||||||
From the host browser, the VDE can be accessed via
|
From the host browser, the VDE can be accessed via
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user