6 lines
228 B
Docker
6 lines
228 B
Docker
FROM docker.io/memcached:latest
|
|
|
|
USER root
|
|
RUN apt-get update && apt-get -y install inotify-tools
|
|
ENTRYPOINT /mnt/fradrive/utils/watchrun.sh "/mnt/fradrive/${CONTAINER_FILE}" "su memcache -s /usr/local/bin/docker-entrypoint.sh"
|