From bfa10d91f478a0b4ee6e493111d0042f6c1c79a0 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Fri, 16 Sep 2016 15:20:01 -0700 Subject: [PATCH 1/2] (comment) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c257b9334903..ee9b56a42586 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,13 @@ The root is disabled, but the created user could sudo. The target directory is ./target, containing the NOS installer image and docker images. - sonic-generic.bin: SONiC switch installer image (ONIE compatiable) -- docker-base.gz: base docker image where others are built from (gzip tar archive) +- sonic-aboot.bin: SONiC switch installer image (Aboot compatiable) +- docker-base.gz: base docker image where other docker images are built from, only used in development (gzip tar archive) +- docker-database.gz: docker image for in-memory key-value store, used as inter-process communication (gzip tar archive) - docker-fpm.gz: docker image for quagga with fpm module enabled (gzip tar archive) -- docker-orchagent.gz: docker image for SWitch State Service (SWSS) -- docker-syncd.gz: docker image for the daemon to sync database and Broadcom switch ASIC -- docker-syncd-mlnx.gz: docker image for the daemon to sync database and Mellanox switch ASIC +- docker-orchagent.gz: docker image for SWitch State Service (SWSS) (gzip tar archive) +- docker-syncd.gz: docker image for the daemon to sync database and Broadcom switch ASIC (gzip tar archive) +- docker-syncd-mlnx.gz: docker image for the daemon to sync database and Mellanox switch ASIC (gzip tar archive) # Contribution guide From 1e6993ee9106f81650305ff02b801f35caf83ba7 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Fri, 16 Sep 2016 16:14:26 -0700 Subject: [PATCH 2/2] (comment) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9b56a42586..e6b4764d8972 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The root is disabled, but the created user could sudo. The target directory is ./target, containing the NOS installer image and docker images. - sonic-generic.bin: SONiC switch installer image (ONIE compatiable) - sonic-aboot.bin: SONiC switch installer image (Aboot compatiable) -- docker-base.gz: base docker image where other docker images are built from, only used in development (gzip tar archive) +- docker-base.gz: base docker image where other docker images are built from, only used in build process (gzip tar archive) - docker-database.gz: docker image for in-memory key-value store, used as inter-process communication (gzip tar archive) - docker-fpm.gz: docker image for quagga with fpm module enabled (gzip tar archive) - docker-orchagent.gz: docker image for SWitch State Service (SWSS) (gzip tar archive)