1.0.5 • Published 7 months ago

@wocker/cron v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@wocker/cron

For docker-in-docker container

Installation

npm install -g @wocker/cron

Commands

Edit crontab for container

This command will open your editor:

ws-cron edit -c=<container>

Exec command in container

ws-cron exec -c=<container> <...args>

Example

$ echo -e "* * * * * bash -c 'echo \"Test\"'\n" | ws-cron edit -c=test-container
$ crontab -l
* * * * * ws-cron exec -c=test-container bash -c 'echo \"Test\"'
1.0.5-dev.0

7 months ago

1.0.4-dev.2

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.4-dev.1

7 months ago

1.0.4-dev.0

8 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago