Sign inSign up

mdlh/alpine-rsync-sqlite

By mdlh

Updated over 6 years ago

Alpine with rsync and sqlite

Image
0

1.3K

mdlh/alpine-rsync-sqlite repository overview

Alpine with rsync and sqlite

Version syntax: {alpine_ver}-{rsync_ver}-{sqlite_ver}-{image-ver}

Dockerfile:

FROM alpine:3.11


RUN apk add --update-cache \
      rsync \
      sqlite && \
    rm -rf /var/cache/apk/*

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

over 6 years ago

docker pull mdlh/alpine-rsync-sqlite