项目作者: aleskarova

项目描述 :
Dockerfile to create an image centos7 with python 3.4, robotframework and robotframework-lint
高级语言:
项目地址: git://github.com/aleskarova/centos7-rflint.git
创建时间: 2017-01-31T06:46:59Z
项目社区:https://github.com/aleskarova/centos7-rflint

开源协议:GNU General Public License v3.0

下载


centos7-rflint

Dockerfile with Centos7, python 3.4, robotframework and robotframework-lint

To build Docker image from directory with Dockerfile:

  • docker build -t [IMAGENAME] .

To run Docker container:

  • run -it —rm -v path/to/test/files:/test [IMAGENAME]