Skip to content

Commit

Permalink
add docker mountpath
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Jul 11, 2022
1 parent b75607b commit a5f45b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/build_templates/docker_image_ctl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ start() {
{%- endif -%}
{%- if docker_container_name == "bgp" %}
-v /etc/sonic/frr/$DEV:/etc/frr:rw \
-v /usr/share/sonic/scripts:/usr/share/sonic/scripts:ro \
{%- endif %}
{%- if docker_container_name == "database" %}
$DB_OPT \
Expand Down

0 comments on commit a5f45b8

Please sign in to comment.