Skip to content

Commit

Permalink
Fixed network on consul-shell container
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgorse committed Aug 24, 2016
1 parent c11eda1 commit d5f7800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -52,7 +52,7 @@ shell:
@${DOCKER_CMD} /bin/bash

consul-shell:
@docker run --rm -ti --net nmregistry_default -v ${PWD}:${DOCKER_DIR} -w ${DOCKER_DIR} ${DOCKER_IMAGE} /bin/bash
@docker run --rm -ti --net registry_default -v ${PWD}:${DOCKER_DIR} -w ${DOCKER_DIR} ${DOCKER_IMAGE} /bin/bash

clean:
@${DOCKER_CMD} make clean-local
Expand Down

0 comments on commit d5f7800

Please sign in to comment.