diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-08-18 23:37:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-18 23:37:48 +0100 |
| commit | 0ecd118b5411c01023542ef09ef4ef4a972e55e8 (patch) | |
| tree | f89467e85a61bc988516bad29c17131f820f95f6 | |
| parent | 88a728d9341d6a528c3a20ee0ca8a096dd88517a (diff) | |
| download | airsonos-docker-master.tar.xz airsonos-docker-master.zip | |
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,5 +20,5 @@ $ docker run -d --name airsonos --network=host jbarnett/airsonos:arm32v7 ``` ## Note -I didn't bother trying to optimise the image size and as a result they're around 800mb. The base image is Debian Jessie which you may already have a cached layer for anyway. +I didn't bother trying to optimise the image size and as a result they're around 400mb. The base image is Debian Jessie which you may already have a cached layer for anyway. I might rebuild them using Alpine at some point. |