Add ODL Sodium rpm repo files
[integration/packaging.git] / docker / centos / README.markdown
1 # Example OpenDaylight CentOS Dockerfile
2
3 Example Dockerfile of OpenDaylight installed from an RPM on CentOS.
4
5 ## Using
6
7 ```
8 docker build -t <tag> .
9 docker run <tag>
10 # Karaf shell
11 ```
12
13 Replace the tag name with one of your own choosing.
14
15 ## Other OpenDaylight Containers
16
17 The OpenDaylight Integration/Packaging project maintains a Packer build
18 pipeline to build offical containers and VMs. The source can be found in
19 [Int/Pack's repo][1], the VMs packaged as [Vagrant boxes on Atlas][2], and
20 the [containers on DockerHub][3].
21
22 [1]: https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=tree;f=packer;hb=refs/heads/master "ODL Int/Pack repo"
23
24 [2]: https://atlas.hashicorp.com/opendaylight/boxes/odl "ODL Vagrant-based VMs"
25
26 [3]: https://hub.docker.com/r/opendaylight/odl/ "ODL containers"