Skip to content

Commit

Permalink
Merge pull request #906 from unclejack/switch_to_aci-gw_04-12-2017.2.…
Browse files Browse the repository at this point in the history
…2_1n

Makefile: use aci-gw:04-12-2017.2.2_1n
  • Loading branch information
rhim authored Jul 19, 2017
2 parents 7fe5fe3 + afd677a commit 6e0088a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ host-integ-test: host-cleanup start-aci-gw

start-aci-gw:
@echo dev: starting aci gw...
docker pull contiv/aci-gw:11-28-2016.1.3_2i
docker run --net=host -itd -e "APIC_URL=SANITY" -e "APIC_USERNAME=IGNORE" -e "APIC_PASSWORD=IGNORE" --name=contiv-aci-gw contiv/aci-gw:11-28-2016.1.3_2i
docker pull contiv/aci-gw:04-12-2017.2.2_1n
docker run --net=host -itd -e "APIC_URL=SANITY" -e "APIC_USERNAME=IGNORE" -e "APIC_PASSWORD=IGNORE" --name=contiv-aci-gw contiv/aci-gw:04-12-2017.2.2_1n

host-build-docker-image:
./scripts/netContain/build_image.sh
Expand Down

0 comments on commit 6e0088a

Please sign in to comment.