File tree Expand file tree Collapse file tree
docker-database/base_image_files
docker-teamd/base_image_files
docker-syncd-brcm/base_image_files Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ docker exec -it database redis-cli " $@ "
4+
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ docker exec -i teamd teamdctl " $@ "
4+
Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ $(DOCKER_SYNCD_BRCM)_RUN_OPT += -v /host/machine.conf:/etc/machine.conf
1414$(DOCKER_SYNCD_BRCM)_RUN_OPT += -v /var/run/docker-syncd:/var/run/sswsyncd
1515$(DOCKER_SYNCD_BRCM)_RUN_OPT += --volumes-from database
1616$(DOCKER_SYNCD_BRCM)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
17+
18+ $(DOCKER_SYNCD_BRCM)_BASE_IMAGE_FILES += bcmcmd:/usr/bin/bcmcmd
19+
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ docker exec -i syncd bcmcmd " $@ "
4+
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ $(DOCKER_DATABASE)_CONTAINER_NAME = database
1111$(DOCKER_DATABASE)_RUN_OPT += --net=host --privileged -t
1212$(DOCKER_DATABASE)_RUN_OPT += -v /var/run/redis
1313
14+ $(DOCKER_DATABASE)_BASE_IMAGE_FILES += redis-cli:/usr/bin/redis-cli
15+
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ $(DOCKER_TEAMD)_CONTAINER_NAME = teamd
1111$(DOCKER_TEAMD)_RUN_OPT += --net=host --privileged -t
1212$(DOCKER_TEAMD)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
1313$(DOCKER_TEAMD)_RUN_OPT += --volumes-from database
14+
15+ $(DOCKER_TEAMD)_BASE_IMAGE_FILES += teamdctl:/usr/bin/teamdctl
16+
You can’t perform that action at this time.
0 commit comments