Hello, Thank you for bitwarden.
With docker service running:
$ systemctl status docker --no-pager
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Active: active (running) since Sun 2018-03-18 15:25:17 WITA; 22min ago
Main PID: 27790 (dockerd)
Tasks: 29 (limit: 4915)
CGroup: /system.slice/docker.service
├─27790 /usr/bin/dockerd -H fd://
└─27797 docker-containerd --config /var/run/docker/containerd/cont…ml
Standard install, but apparently I did not properly enter the Installation Id
$curl -Ls -o bitwarden.sh bit.ly/bw-sh
$chmod u+x bitwarden.sh
$./bitwarden.sh installOpen source password management solutions
Copyright 2015-2018, 8bit Solutions LLC===================================================
Docker version 18.02.0-ce, build fc4de447b5
docker-compose version 1.19.0, build unknown(!) Enter the domain name for your bitwarden instance (ex. bitwarden.company.com): bitwarden.localdomain
(!) Do you want to use Let’s Encrypt to generate a free SSL certificate? (y/n): n
1.17.1: Pulling from bitwarden/setup
3e731ddb7fc9: Pull complete
b5f45722e0f5: Pull complete
91bf3006733e: Pull complete
37b2f9bdcf19: Pull complete
b9c16e8ef171: Pull complete
96e0dcdf76f1: Pull complete
7bc71f60c59e: Pull complete
Digest: sha256:6bd038cd624309b11d85f31943ce401b15aed813faddffdcc616f3acea84ebd4
Status: Downloaded newer image for bitwarden/setup:1.17.1
(!) Enter your installation id
Invalid installation id.Setup complete
If I try to install again:
Looks like bitwarden is already installed at /home/archives/Security/bwdata.
If I try start, ./bitwarden.sh start
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: ‘/home/archives/Security/bwdata/docker/docker-compose.yml’
If I list docker images present:
bitwarden/setup" “1.17.1” “5ff5f4953095” “5 days ago” "226MB
If I run the image:
docker run ‘bitwarden/setup’
The process exists and there is no output
Any advice would be great.