We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7d70c commit dc04804Copy full SHA for dc04804
files/build_templates/docker_image_ctl.j2
@@ -502,7 +502,7 @@ start() {
502
redis_dir_list=`/usr/bin/python -c "import sys; import os; import json; f=open(sys.argv[1]); \
503
global_db_dir = os.path.dirname(sys.argv[1]); data=json.load(f); \
504
print(\" \".join([os.path.normpath(global_db_dir+'/'+elem['include']).partition('sonic-db')[0]\
505
- for elem in data['INCLUDES'] if 'namespace' in elem])); f.close()" $SONIC_DB_GLOBAL_JSON`
+ for elem in data['INCLUDES'] if 'namespace' in elem or 'container_name' in elem ])); f.close()" $SONIC_DB_GLOBAL_JSON`
506
fi
507
508
{%- if docker_container_name == "database" %}
0 commit comments