Skip to content

Commit

Permalink
Merge pull request #356 from anvithks/dockerChange
Browse files Browse the repository at this point in the history
Changed the dockerhub from opensdsio to sodafoundation.
  • Loading branch information
skdwriting authored Jun 27, 2020
2 parents f2a891b + 9016215 commit dc5cf51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# limitations under the License.

# Docker build usage:
# docker build . -t opensdsio/dashboard:latest
# docker build . -t sodafoundation/dashboard:latest
# Docker run usage:
# docker run -d -p 8088:8088 opensdsio/dashboard:latest
# docker run -d -p 8088:8088 sodafoundation/dashboard:latest

FROM nginx:alpine
MAINTAINER Leon Wang <[email protected]>

# Current directory is always /opt/dashboard.
WORKDIR /opt/dashboard

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

IMAGE = opensdsio/dashboard
IMAGE = sodafoundation/dashboard
VERSION := latest

all:build
Expand Down

0 comments on commit dc5cf51

Please sign in to comment.