abe7ef7e2e
- move single instance services into their own folder - generate Systemd templates for any multi-instance service files in slave.mk - detect single or multi-instance platform in systemd-sonic-generator based on asic.conf platform specific file. - update container hostname after creation instead of during creation (docker_image_ctl) - run Docker containers in a network namespace if specified - add a service to create a simulated multi-ASIC topology on the virtual switch platform Signed-off-by: Lawrence Lee <t-lale@microsoft.com> Signed-off-by: Suvarna Meenakshi <Suvarna.Meenaksh@microsoft.com>
12 lines
417 B
Makefile
12 lines
417 B
Makefile
# docker image for fpm-gobgp
|
|
|
|
DOCKER_FPM_GOBGP = docker-fpm-gobgp.gz
|
|
$(DOCKER_FPM_GOBGP)_PATH = $(DOCKERS_PATH)/docker-fpm-gobgp
|
|
$(DOCKER_FPM_GOBGP)_DEPENDS += $(GOBGP)
|
|
$(DOCKER_FPM_GOBGP)_LOAD_DOCKERS += $(DOCKER_FPM_QUAGGA)
|
|
SONIC_DOCKER_IMAGES += $(DOCKER_FPM_GOBGP)
|
|
|
|
$(DOCKER_FPM_GOBGP)_CONTAINER_NAME = bgp
|
|
$(DOCKER_FPM_GOBGP)_RUN_OPT += --privileged -t
|
|
$(DOCKER_FPM_GOBGP)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
|