Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Dockerfile for netplugin #53

Merged
merged 1 commit into from
Apr 13, 2015
Merged

Introduce Dockerfile for netplugin #53

merged 1 commit into from
Apr 13, 2015

Conversation

mapuri
Copy link
Contributor

@mapuri mapuri commented Apr 13, 2015

This PR adds a Dockerfile for building a docker image for netplugin. The netplugin can now be started in a container as follows:

cd <netplugin-ws>
docker build -t <netplugin-image-tag> .
docker run --net=host <netplugin-image-tag> --host-label=<label> ...

addresses issue #52

Note that this PR doesn't yet adds options for taking config-file etc for netplugin. I am planning to handle that separately as we identify more non-default configuration options.

mapuri added a commit that referenced this pull request Apr 13, 2015
Introduce Dockerfile for netplugin
@mapuri mapuri merged commit 6a81f7d into master Apr 13, 2015
@mapuri mapuri deleted the mapuri/issue/52 branch April 13, 2015 21:22
dseevr pushed a commit to dseevr-dev/netplugin that referenced this pull request Nov 28, 2017
* Contiv spec auto-generation

1. Auto generation of netmaster.raml from contivModel specification.
This file is generated using contivModel2raml.rb, and needs to be put in
contiv/libraries.
2. Authored contiv.raml specification
3. Authored auth_proxy.raml specification
4. To generate contiv.html, run make docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant