项目作者: aleskarova
项目描述 :
Dockerfile to create an image centos7 with python 3.4, robotframework and robotframework-lint
高级语言:
项目地址: git://github.com/aleskarova/centos7-rflint.git
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]