Skip to content

Commit 26bc674

Browse files
demo of idea
1 parent 0ebaa87 commit 26bc674

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# robotframework-dockerlibrary
22

33
## What?
4-
A Robot Framework library to control Docker containers
4+
A [Robot Framework](https://robotframework.org/) library to control [Docker](https://www.docker.com/) containers
55

66
It will mostly be a wrapper around [docker.py](https://github.com/docker/docker-py) - the Python library for the Docker Engine API [1][2]
77

@@ -22,6 +22,7 @@ robot -d results -L TRACE robot/
2222
```
2323
> NOTE: The initial run will take a while because MongoDB Docker image (aprox. 400 MB) will be pulled in the background. ... may be I should use a smaller image for demo :-)
2424
25+
2526
FEATURES
2627
---
2728

@@ -31,11 +32,20 @@ FEATURES
3132
- Docker Services
3233
- ...
3334

34-
STATUS
35+
Status
3536
---
3637
PRE-ALPHA :-)
3738

3839

40+
Contributiion
41+
---
42+
Clone/fork, create a pull-request, create an issue ... what ever
43+
44+
Any contribution is welcome!
45+
46+
47+
48+
3949
[1] https://github.com/docker/docker-py
4050

4151
[2] https://docker-py.readthedocs.io/en/stable/

0 commit comments

Comments
 (0)