From 90cc8230a818d45f7639aa68e23c6ee81e49dbd7 Mon Sep 17 00:00:00 2001 From: Adrien Poupa Date: Sat, 22 Feb 2020 13:29:52 -0500 Subject: [PATCH] Added information about systemd docker error --- Running-with-systemd-docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Running-with-systemd-docker.md b/Running-with-systemd-docker.md index a9c59d8..d86fc34 100644 --- a/Running-with-systemd-docker.md +++ b/Running-with-systemd-docker.md @@ -87,4 +87,6 @@ Then, start the Bitwarden service using `sudo systemctl start bitwarden`. To have the service start with the system, use `sudo systemctl enable bitwarden`. -Verify that the container has started using `systemctl status bitwarden`. \ No newline at end of file +Verify that the container has started using `systemctl status bitwarden`. + +If you are getting the `json: cannot unmarshal object into Go value of type string` error when starting the service, you should compile the systemd-docker binary yourself using a recent version of Go, see [this issue](https://github.com/ibuildthecloud/systemd-docker/issues/50). \ No newline at end of file