mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
updating instructions
This commit is contained in:
parent
ddf29c6ffb
commit
4e317b5e69
@ -2,16 +2,16 @@
|
||||
|
||||
mkdir -p /mnt/data/.cache
|
||||
|
||||
PODMAN_VERSION=3.2.0-dev
|
||||
RUNC_VERSION=1.0.0-rc95
|
||||
CONMON_VERSION=2.0.27
|
||||
PODMAN_VERSION=3.3.0
|
||||
RUNC_VERSION=1.0.2
|
||||
CONMON_VERSION=2.0.29
|
||||
PODMAN_DL=/mnt/data/.cache/podman-$PODMAN_VERSION
|
||||
RUNC_DL=/mnt/data/.cache/runc-$RUNC_VERSION
|
||||
CONMON_DL=/mnt/data/.cache/conmon-$CONMON_VERSION
|
||||
SECCOMP=/usr/share/containers/seccomp.json
|
||||
|
||||
while [ ! -f $CONMON_DL ]; do
|
||||
curl -fsSLo $CONMON_DL https://github.com/containers/conmon/releases/download/v$CONMON_VERSION/conmon.arm64
|
||||
curl -fsSLo $CONMON_DL https://github.com/boostchicken/udm-utilities/blob/master/podman-update/bin/conmon-$CONMON_VERSION?raw=true
|
||||
sleep 1
|
||||
done
|
||||
chmod +x $CONMON_DL
|
||||
@ -44,4 +44,4 @@ if [ ! -f $SECCOMP ]; then
|
||||
fi
|
||||
sed -i 's/driver = ""/driver = "overlay"/' /etc/containers/storage.conf
|
||||
# Comment out if you don't want to enable docker-compose or remote docker admin
|
||||
/usr/bin/podman system service --time=0 tcp:0.0.0.0:2375 &
|
||||
/usr/bin/podman system service --time=0 tcp:0.0.0.0:2375 &
|
||||
|
Loading…
Reference in New Issue
Block a user