@lde/task-runner-docker 0.2.11 → 0.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -41,5 +41,6 @@ await runner.stop(container);
|
|
|
41
41
|
- Mounts a host directory as `/mount` with the `mountDir` option
|
|
42
42
|
- Runs commands as the current user (UID/GID) for file permissions
|
|
43
43
|
- Exposes ports with `port` option
|
|
44
|
+
- Stops containers (without removing) so logs remain available via `docker logs`
|
|
44
45
|
- Removes previous containers with the same name on restart
|
|
45
46
|
- Streams container logs to stdout
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lde/task-runner-docker",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"repository": {
|
|
5
|
-
"url": "https://github.com/
|
|
5
|
+
"url": "git+https://github.com/ldelements/lde.git",
|
|
6
6
|
"directory": "packages/task-runner-docker"
|
|
7
7
|
},
|
|
8
|
+
"license": "MIT",
|
|
8
9
|
"type": "module",
|
|
9
10
|
"exports": {
|
|
10
11
|
"./package.json": "./package.json",
|