Introduce Dockerfile for netplugin by mapuri · Pull Request #53 · contiv/netplugin · GitHub
Skip to content

Introduce Dockerfile for netplugin#53

Merged
mapuri merged 1 commit into
masterfrom
mapuri/issue/52
Apr 13, 2015
Merged

Introduce Dockerfile for netplugin#53
mapuri merged 1 commit into
masterfrom
mapuri/issue/52

Conversation

@mapuri

@mapuri mapuri commented Apr 13, 2015

Copy link
Copy Markdown
Contributor

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.

1 participant