-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/sodafoundation/api into t…
…est_vg
- Loading branch information
Showing
14 changed files
with
235 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Docker build usage: | ||
# docker build . -t opensdsio/opensds-apiserver:latest | ||
# docker build . -t sodafoundation/apiserver:latest | ||
# Docker run usage: | ||
# docker run -d --net=host -v /etc/opensds:/etc/opensds opensdsio/opensds-apiserver:latest | ||
# docker run -d --net=host -v /etc/opensds:/etc/opensds sodafoundation/apiserver:latest | ||
|
||
FROM ubuntu:16.04 | ||
MAINTAINER Leon Wang <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# Docker build usage: | ||
# docker build . -t opensdsio/opensds-apiserver:latest | ||
# docker build . -t sodafoundation/apiserver:latest | ||
# Docker run usage: | ||
# docker run -d --net=host -v /etc/opensds:/etc/opensds opensdsio/opensds-apiserver:latest | ||
# docker run -d --net=host -v /etc/opensds:/etc/opensds sodafoundation/apiserver:latest | ||
|
||
FROM ubuntu:16.04 | ||
MAINTAINER Leon Wang <[email protected]> | ||
|
||
COPY osdsapiserver /usr/bin | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ info: | |
termsOfService: 'https://www.linuxfoundation.org/terms' | ||
contact: | ||
name: SODA Support | ||
url: 'https://opensds.slack.com' | ||
url: 'https://sodafoundation.io/slack' | ||
email: [email protected] | ||
license: | ||
name: Apache 2.0 | ||
|
Oops, something went wrong.