Skip to content

Commit

Permalink
Merge pull request #24 from joseph-v/rename-image
Browse files Browse the repository at this point in the history
Rename docker image to sodafoundation/controller
  • Loading branch information
NajmudheenCT authored Jun 24, 2020
2 parents 4b53e5c + 55276ca commit 7e6ade8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ metricexporter:

docker: build
cp $(BUILD_DIR)/bin/osdslet ./cmd/osdslet
docker build cmd/osdslet -t opensdsio/opensds-controller:latest
docker build cmd/osdslet -t sodafoundation/controller:latest

test: build
install/CI/test
Expand Down
4 changes: 2 additions & 2 deletions cmd/osdslet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker build usage:
# docker build . -t opensdsio/opensds-controller:latest
# docker build . -t sodafoundation/controller:latest
# Docker run usage:
# docker run -d --net=host -v /etc/opensds:/etc/opensds opensdsio/opensds-controller:latest
# docker run -d --net=host -v /etc/opensds:/etc/opensds sodafoundation/controller:latest

FROM ubuntu:16.04
MAINTAINER Leon Wang <wanghui71leon@gmail.com>
Expand Down

0 comments on commit 7e6ade8

Please sign in to comment.