Skip to content

Commit

Permalink
[teamd]: Add volumes from database in docker-teamd.mk (#369)
Browse files Browse the repository at this point in the history
teamsyncd requires volumes from database to connect to DB.

Signed-off-by: marian-pritsak <[email protected]>
  • Loading branch information
marian-pritsak authored and Shuotian Cheng committed Mar 4, 2017
1 parent 0993ac2 commit 1ba2111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/docker-teamd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ SONIC_INSTALL_DOCKER_IMAGES += $(DOCKER_TEAMD)
$(DOCKER_TEAMD)_CONTAINER_NAME = teamd
$(DOCKER_TEAMD)_RUN_OPT += --net=host --privileged -t
$(DOCKER_TEAMD)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
$(DOCKER_TEAMD)_RUN_OPT += --volumes-from database

0 comments on commit 1ba2111

Please sign in to comment.