Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 671 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 671 Bytes

Docker base image for tasks

Docker Pulls

You know tasker ? That docker task runner ? Well, this is a base image well suited for using as a base for your tasks. Just use strm/task-base and everythign that you usually take for granted is there !

It comes with several common use tools

  • git
  • curl
  • ssh (client)
  • wget
  • python
  • rsync
  • unrar/unzip

Notes

  • In case you need to open any port, the port 80 is exposed, just map it
  • /data is defined as a volume if you need to use it

Enjoy !