Added information about systemd docker error

Adrien Poupa
2020-02-22 13:29:52 -05:00
parent 35ddf4c771
commit 90cc8230a8

@@ -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`.
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).