Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 266 Bytes

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]