Hello, everybody,
I have installed Ubuntu in VM ware.
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Code name: bionic
In my Ubuntu I have installed DockerCE and Docker Compose
i greate an installation id and the key from bitwarden
When I input sudo docker run hello-world the output comes: is the output:
sudo docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
-
The Docker client contacted the Docker daemon.
-
The Docker daemon pulled the "hello-world" image from the Docker Hub.
(amd64)
- The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
- The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
……
Input docker-compose --version, I get the following output: docker-compose version 1.23.1, build b02f1306
I have successfully installed both of them.
Then I give Input:
curl -s -o bitwarden.sh \
<font color="#ffff00">Sync by honeybunny <font color="#ffff00"> raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh
&& chmod +x bitwarden.sh
and he wants to have a domain name as well as creating it certificate I need to confirm and specify a mail. Everything fits too.
Using default tag: latest
latest: Pulling from certbot/certbot
Digest: sha256:3c82c0b8f2902248cf29dda038e26087ede1a7e491ccae1ff47901b2232b1fae
Status: Image is up to date for certbot/certbot:latest
Saving debug log to /etc/letsencrypt/logs/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
01 challenge for bw.one-it.de
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. bw.firma.de (01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up A for bw.one-it.de
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: bw.one-it.de
Type: None
Detail: DNS problem: NXDOMAIN looking up A for bw.name.de
I will start Bitwareden
./bitwarden.sh
I get the following error message appears:
sudo ./bitwarden.sh start
| |__ () |__ ____ _ _ __ __| | ___ _ __
| '_ | | __\ \ /\ / / | '__/ _
|/ _ \ ’ \
| |) | | | \ V V / (| | | | (| | __/ | | |
|.__/||_| _/_/ _,|| _,|___|| ||
Open source password management solutions
Copyright 2015-2018, 8bit Solutions LLC
bitwarden.com, Bitwarden · GitHub
===================================================
Docker version 18.09.0, build 4d60db4
docker-compose version 1.23.1, build b02f1306
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: ‘/home/bitwarden/bwdata/docker/docker-compose.yml’
I have search the tile docker-compose.yml and I have see the Directory docker is missing?
Why?What is the failure?