Sign inSign up

ametzger/watchman

By ametzger

Updated almost 7 years ago

Watchman built to be compatible with python images

Image
0

193

ametzger/watchman repository overview

ametzger/watchman

Utility image of facebook/watchman built using a base image binary-compatible with official python images.

Usage

In your Dockerfile, add the following lines:

COPY --from=ametzger/watchman /usr/local/bin/watchman* /usr/local/bin
RUN mkdir /usr/local/var/run/watchman \
    && chown -R /

Note: you may need to alter the permissions of /usr/local/var/run/watchman to match any USER directives.

Tag summary

Content type

Image

Digest

Size

38.7 MB

Last updated

almost 7 years ago

docker pull ametzger/watchman