Fix service and container name to be same (#4151)
This commit is contained in:
parent
bee0e8c96a
commit
658f76b2e8
@ -16,7 +16,7 @@ SONIC_STRETCH_DOCKERS += $(DOCKER_RESTAPI)
|
||||
SONIC_INSTALL_DOCKER_IMAGES += $(DOCKER_RESTAPI)
|
||||
endif
|
||||
|
||||
$(DOCKER_RESTAPI)_CONTAINER_NAME = rest-api
|
||||
$(DOCKER_RESTAPI)_CONTAINER_NAME = restapi
|
||||
$(DOCKER_RESTAPI)_RUN_OPT += --cap-add NET_ADMIN --privileged -t
|
||||
$(DOCKER_RESTAPI)_RUN_OPT += -v /var/run/redis/redis.sock:/var/run/redis/redis.sock
|
||||
$(DOCKER_RESTAPI)_RUN_OPT += -p=8090:8090/tcp
|
||||
|
Reference in New Issue
Block a user