mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-02-05 05:24:07 +00:00
added Dockerfile
This commit is contained in:
parent
0c74cfa468
commit
bebe233371
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM phusion/baseimage:jammy-1.0.1
|
||||||
|
MAINTAINER markusressel
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get -y install bc \
|
||||||
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
COPY zfs-inplace-rebalancing.sh ./
|
||||||
|
|
||||||
|
ENTRYPOINT ["./zfs-inplace-rebalancing.sh"]
|
||||||
Loading…
Reference in New Issue
Block a user