From e2ab1a53eb02ff3d73821a8dceb1eedfe78ed94f Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 16 Jan 2017 03:53:03 +0000 Subject: [PATCH] edit README and remove py-gobject in favour of py-gobject3 --- Dockerfile | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7134577..a50726d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,6 @@ RUN \ libpng \ nano \ openjpeg \ - py-gobject \ py-gobject3 \ py-pip \ python \ diff --git a/README.md b/README.md index 6624749..117ab0b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Edit the config file in /config To edit the config from within the container use `beet config -e` +For a command prompt as user abc `docker exec -it -u abc beets bash` + See [Beets][beetsurl] for more info. Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin, [configuration details](https://github.com/sbarakat/beets-copyartifacts#configuration)