Skip to content

Commit

Permalink
Revert Docker tag [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
  • Loading branch information
valeriansaliou committed Jul 12, 2019
1 parent a5351e0 commit 2eabaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -90,13 +90,13 @@ You might find it convenient to run Sonic via Docker. You can find the pre-built
First, pull the `valeriansaliou/sonic` image:

```bash
docker pull valeriansaliou/sonic:v1.2.2
docker pull valeriansaliou/sonic:v1.2.1
```

Then, seed it a configuration file and run it (replace `/path/to/your/sonic/config.cfg` with the path to your configuration file):

```bash
docker run -p 1491:1491 -v /path/to/your/sonic/config.cfg:/etc/sonic.cfg -v /path/to/your/sonic/store/:/var/lib/sonic/store/ valeriansaliou/sonic:v1.2.2
docker run -p 1491:1491 -v /path/to/your/sonic/config.cfg:/etc/sonic.cfg -v /path/to/your/sonic/store/:/var/lib/sonic/store/ valeriansaliou/sonic:v1.2.1
```

In the configuration file, ensure that:
Expand Down

0 comments on commit 2eabaaa

Please sign in to comment.