From 2eabaaaddd9bf32501fee25b0e0029918779cfff Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Fri, 12 Jul 2019 04:53:47 +0200 Subject: [PATCH] Revert Docker tag [ci skip] Signed-off-by: Valerian Saliou --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 989e3a52..6020cbdb 100644 --- a/README.md +++ b/README.md @@ -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: