login as: ubuntu
Authenticating with public key “rsa-key-20211218”
Welcome to Ubuntu 20.04.3 LTS (GNU/Linux 5.11.0-1022-oracle x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Sat Dec 18 06:03:19 UTC 2021
System load: 0.36 Processes: 115
Usage of /: 6.3% of 44.97GB Users logged in: 0
Memory usage: 21% IPv4 address for ens3: 10.0.0.102
Swap usage: 0%
0 updates can be applied immediately.
*** System restart required ***
Last login: Sat Dec 18 05:56:28 2021 from 43.250.243.163
[email protected]:~$ sudo su
[email protected]:/home/ubuntu# mkdir -p /var/azuracast
[email protected]:/home/ubuntu# cd /var/azuracast
[email protected]:/var/azuracast# curl -fsSL https://raw.githubusercontent.com/A zuraCast/AzuraCast/master/docker.sh > docker.sh
[email protected]:/var/azuracast# chmod a+x docker.sh
[email protected]:/var/azuracast# ./docker.sh install
Checking installation requirements for AzuraCast…
[PASS] Operating System: Linux
[PASS] Architecture: x86_64
[PASS] Command Present: curl
[PASS] Command Present: awk
[PASS] User Permissions
[PASS] Installation Directory
[PASS] All requirements met!
Docker does not appear to be installed. Install Docker now? [Y/n] Y
# Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2c32be
+ sh -c apt-get update -qq >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sh -c curl -fsSL “https://download.docker.com/linux/ubuntu/gpg” | gpg –dearmor –yes -o /usr/share/keyrings/docker-archive-keyring.gpg
+ sh -c echo “deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu focal stable” > /etc/apt/sources.list.d/docker.list
+ sh -c apt-get update -qq >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq –no-install-recommends docker-ce-cli docker-scan-plugin docker-ce >/dev/null
+ version_gte 20.10
+ [ -z ]
+ return 0
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce-rootless-extras >/dev/null
+ sh -c docker version
Client: Docker Engine – Community
Version: 20.10.12
API version: 1.41
Go version: go1.16.12
Git commit: e91ed57
Built: Mon Dec 13 11:45:33 2021
OS/Arch: linux/amd64
Context: default
Experimental: true
Server: Docker Engine – Community
Engine:
Version: 20.10.12
API version: 1.41 (minimum version 1.12)
Go version: go1.16.12
Git commit: 459d0df
Built: Mon Dec 13 11:43:42 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.12
GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d
runc:
Version: 1.0.2
GitCommit: v1.0.2-0-g52b36a2
docker-init:
Version: 0.19.0
GitCommit: de40ad0
================================================================================
To run Docker as a non-privileged user, consider setting up the
Docker daemon in rootless mode for your user:
dockerd-rootless-setuptool.sh install
Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
To run the Docker daemon as a fully privileged service, but granting non-root
users access, refer to https://docs.docker.com/go/daemon-access/
WARNING: Access to the remote API on a privileged Docker daemon is equivalent
to root access on the host. Refer to the ‘Docker daemon attack surface’
documentation for details: https://docs.docker.com/go/attack-surface/
================================================================================
Docker Compose does not appear to be installed. Install Docker Compose now? [Y/n] Y
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 665 100 665 0 0 9637 0 –:–:– –:–:– –:–:– 9637
100 2884k 100 2884k 0 0 17.0M 0 –:–:– –:–:– –:–:– 17.0M
Prefer stable release versions of AzuraCast? [y/N] N
./docker.sh: line 356: docker-compose: command not found
./docker.sh: line 357: docker-compose: command not found
./docker.sh: line 404: docker-compose: command not found
./docker.sh: line 405: docker-compose: command not found
./docker.sh: line 406: docker-compose: command not found
[email protected]:/var/azuracast#
I have tried to install azuracast on oracle cloud following your guide . actually I have tried 3 times creating new VM Instance . But didn’t do it . Lastly I got this error
Prefer stable release versions of AzuraCast? [y/N] N
./docker.sh: line 356: docker-compose: command not found
./docker.sh: line 357: docker-compose: command not found
./docker.sh: line 404: docker-compose: command not found
./docker.sh: line 405: docker-compose: command not found
./docker.sh: line 406: docker-compose: command not found
[email protected]:/var/azuracast#
what can I do for that
thak you