We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03fc9f commit 90a295dCopy full SHA for 90a295d
README.md
@@ -28,14 +28,14 @@ Run the tool with the required options:
28
```sh
29
30
cat <<EOF>config.yaml
31
-
32
image: alpine
33
docker_file: Dockerfile
34
context: "."
35
target_directory: "alpine-rootfs"
36
37
EOF
+```
38
+```sh
39
./fco -C config.yaml
40
```
41
@@ -75,8 +75,7 @@ Contributions are welcome! Feel free to submit issues or pull requests to improv
75
76
For any questions or feedback, feel free to open an issue on GitHub.
77
78
-## TO DO ;
+# TODO ;
79
80
-* Adjustable command args
81
* Registry ability
82
* More use cases on test suits
0 commit comments