Open gadgethome opened 2 years ago
As a temp workaround, I installed docker manually using this guide https://blog.rylander.io/2020/12/23/setting-up-docker-on-ubuntu-20-04-focal-arm64/
Then had to run the SB install script 2 times and then was able to configure SB
Thank you. This will help us implement the docker installation for arm server
Should be fixed now.
Should be fixed now.
I'm still getting docker errors running the install script:
Installing Docker for Ubuntu
Please be patient
OK
E: Malformed entry 58 in list file /etc/apt/sources.list (URI parse)
E: The list of sources could not be read.
E: Malformed entry 58 in list file /etc/apt/sources.list (URI parse)
E: The list of sources could not be read.
E: Malformed entry 58 in list file /etc/apt/sources.list (URI parse)
E: The list of sources could not be read.
Docker Installed
usermod: group 'docker' does not exist
Installing docker-compose v1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9 100 9 0 0 46 0 --:--:-- --:--:-- --:--:-- 46
Installing docker-compose v2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 664 100 664 0 0 20121 0 --:--:-- --:--:-- --:--:-- 20121
100 24.8M 100 24.8M 0 0 78.9M 0 --:--:-- --:--:-- --:--:-- 78.9M
main: line 102: docker: command not found
Creating Docker Network sudobox
main: line 107: docker: command not found
Could not create sudobox Docker Network
Hello, now install stop with malformed entry !
Could you post the sources.list in its entirety?
nvm, I found the error. Will push a fix.
Try in a minute or two when Github refreshes.
# deb-src [arch=amd64] signed-by=/usr/share/keyrings/docker-archive-keyring.gpg https://download.docker.com/linux/ubuntu stable focal deb [arch=amd64] signed-by=/usr/share/keyrings/docker-archive-keyring.gpg https://download.docker.com/linux/ubuntu focal stable
Yes thanks
yeah, the issue was that the square bracket was supposed to be after the signed-by key-pair like so:
# deb-src [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu stable focal
deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu focal stable
ok if i remove the bad line and restart the install i've: Error: 'deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] ht tps://download.docker.com/linux/ubuntu focal stable' invalid
why do you have a space between ht and pts?
Sorry is my terminal is small... and if i past the line manually in source i've error key gpg
Okay, I've reproduced the error, will fix it in a bit.
sorry but i've the same error:
Installing Docker for Ubuntu Please be patient Le fichier « /usr/share/keyrings/docker-archive-keyring.gpg » existe. Faut-il réécrire par-dessus ? (o/N) o Error: 'deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu focal stable' invalid
Pushed the version I was using locally with a few more changes. That works on my test VM at least.
I advise you to try on a fresh system or at least clean up the docker entry in /etc/apt/sources.list
it's ok now, thanks !
Pushed the version I was using locally with a few more changes. That works on my test VM at least.
The installer ran okay this time but when launching sudobox, I get this:
docker: Error response from daemon: network sudobox_private not found.
Try on a clean system. If you're not testing arm please use discord or another issue.
Pushed the version I was using locally with a few more changes. That works on my test VM at least.
The installer ran okay this time but when launching sudobox, I get this:
docker: Error response from daemon: network sudobox_private not found.
I’m also getting this error in my testing.
Pushed the version I was using locally with a few more changes. That works on my test VM at least.
The installer ran okay this time but when launching sudobox, I get this:
docker: Error response from daemon: network sudobox_private not found.
I’m also getting this error in my testing.
What system and OS is this on?
Pushed the version I was using locally with a few more changes. That works on my test VM at least.
The installer ran okay this time but when launching sudobox, I get this:
docker: Error response from daemon: network sudobox_private not found.
I’m also getting this error in my testing.
What system and OS is this on?
Using an Oracle Ampere Instance running Ubuntu 20.04.
Please provide the entire output done by the script before you try to run sb
Proceeding with the Pre Installation...
Created SudoBox Directories
Installing and ensuring your system is up to date
Proceeding with installation dependencies...
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20210119~20.04.2).
curl is already the newest version (7.68.0-1ubuntu2.7).
software-properties-common is already the newest version (0.99.9.8).
apt-transport-https is already the newest version (2.0.6).
jq is already the newest version (1.6-1ubuntu0.20.04.1).
The following package was automatically installed and is no longer required:
libfwupdplugin1
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Docker Installed, Skipping...
Docker-Compose installed, Skipping...
Docker Network ( sudobox )Exists, Skipping...
CPU does not support AVX, installing MongoDB V4
Created SudoBox backend compose file
/usr/local/bin/docker-compose: line 1: Not: command not found
Using default tag: latest
latest: Pulling from sudobox-io/sb-cli
Digest: sha256:2154c0f007474f0254d8c28527ad2ff8ca2ecc1a7091a09b782006ad8e56a4bb
Status: Image is up to date for ghcr.io/sudobox-io/sb-cli:latest
ghcr.io/sudobox-io/sb-cli:latest
Finished installing all Dependencies, Moving to CLI Questions...
You can run SudoBox CLI at anytime using 'sb' or 'sudobox'
Please provide the entire output done by the script before you try to run
sb
ubuntu@instance-20220315-1148:~$ sudo apt update
Hit:1 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal InRelease
Get:2 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
Get:3 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [861 kB]
Get:5 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
Get:6 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [8458 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports focal-security/main Translation-en [231 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 c-n-f Metadata [9452 B]
Get:9 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3320 B]
Get:10 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted Translation-en [114 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 c-n-f Metadata [116 B]
Get:12 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [642 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports focal-security/universe Translation-en [121 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 c-n-f Metadata [12.0 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3060 B]
Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse Translation-en [5196 B]
Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 c-n-f Metadata [116 B]
Get:18 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe Translation-en [5124 kB]
Get:19 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 c-n-f Metadata [255 kB]
Get:20 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [114 kB]
Get:21 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/multiverse Translation-en [104 kB]
Get:22 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 c-n-f Metadata [8024 B]
Get:23 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1140 kB]
Get:24 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/main Translation-en [312 kB]
Get:25 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 c-n-f Metadata [14.4 kB]
Get:26 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/restricted Translation-en [122 kB]
Get:27 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [860 kB]
Get:28 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe Translation-en [202 kB]
Get:29 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 c-n-f Metadata [18.5 kB]
Get:30 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [8232 B]
Get:31 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/multiverse Translation-en [7312 B]
Get:32 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 c-n-f Metadata [380 B]
Get:33 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [42.2 kB]
Get:34 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports/main Translation-en [10.1 kB]
Get:35 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 c-n-f Metadata [864 B]
Get:36 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports/restricted arm64 c-n-f Metadata [116 B]
Get:37 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [22.7 kB]
Get:38 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports/universe Translation-en [15.4 kB]
Get:39 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 c-n-f Metadata [804 B]
Get:40 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports/multiverse arm64 c-n-f Metadata [116 B]
Fetched 19.2 MB in 4s (5471 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
37 packages can be upgraded. Run 'apt list --upgradable' to see them.
ubuntu@instance-20220315-1148:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Setting up openssl (1.1.1f-1ubuntu2.12) ...
Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.2) ...
Setting up libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ...
Setting up libmbim-glib4:arm64 (1.24.8-1~20.04) ...
Setting up rsync (3.1.3-8ubuntu0.2) ...
Setting up cryptsetup-bin (2:2.2.2-3ubuntu2.4) ...
Setting up cryptsetup (2:2.2.2-3ubuntu2.4) ...
Setting up libarchive13:arm64 (3.4.0-2ubuntu1.1) ...
Setting up libfwupd2:arm64 (1.7.5-3~20.04.1) ...
Setting up libmbim-proxy (1.24.8-1~20.04) ...
Setting up linux-headers-oracle (5.13.0.1021.26~20.04.1) ...
Setting up cryptsetup-run (2:2.2.2-3ubuntu2.4) ...
Setting up libdrm2:arm64 (2.4.107-8ubuntu1~20.04.2) ...
Setting up libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ...
Setting up libfwupdplugin5:arm64 (1.7.5-3~20.04.1) ...
Setting up policykit-1 (0.105-26ubuntu1.3) ...
Setting up cryptsetup-initramfs (2:2.2.2-3ubuntu2.4) ...
update-initramfs: deferring update (trigger activated)
update-initramfs: deferring update (trigger activated)
Setting up libqmi-glib5:arm64 (1.28.6-1~20.04.1) ...
Setting up libqmi-proxy (1.28.6-1~20.04.1) ...
Setting up modemmanager (1.16.6-2~20.04.1) ...
Created symlink /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service → /lib/systemd/system/ModemManager.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ModemManager.service → /lib/systemd/system/ModemManager.service.
Setting up fwupd (1.7.5-3~20.04.1) ...
Installing new version of config file /etc/fwupd/daemon.conf ...
Installing new version of config file /etc/fwupd/redfish.conf ...
Installing new version of config file /etc/fwupd/remotes.d/lvfs-testing.conf ...
Installing new version of config file /etc/fwupd/uefi_capsule.conf ...
Installing new version of config file /etc/update-motd.d/85-fwupd ...
fwupd-offline-update.service is a disabled or a static unit not running, not starting it.
fwupd-refresh.service is a disabled or a static unit not running, not starting it.
fwupd.service is a disabled or a static unit not running, not starting it.
Setting up linux-modules-5.13.0-1021-oracle (5.13.0-1021.26~20.04.1) ...
Setting up linux-image-5.13.0-1021-oracle (5.13.0-1021.26~20.04.1) ...
I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-1021-oracle
I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-1021-oracle
Setting up linux-image-oracle (5.13.0.1021.26~20.04.1) ...
Setting up linux-oracle (5.13.0.1021.26~20.04.1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
Processing triggers for install-info (6.7.0.dfsg.2-5) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
Processing triggers for systemd (245.4-4ubuntu3.15) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.4git20200323-0ubuntu6.2) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
update-initramfs: Generating /boot/initrd.img-5.11.0-1028-oracle
Ignoring old or unknown version 5.11.0-1028-oracle (latest is 5.13.0-1021-oracle)
Processing triggers for linux-image-5.13.0-1021-oracle (5.13.0-1021.26~20.04.1) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.13.0-1021-oracle
flash-kernel: deferring update (trigger activated)
/etc/kernel/postinst.d/zz-flash-kernel:
flash-kernel: deferring update (trigger activated)
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.13.0-1021-oracle
Found initrd image: /boot/initrd.img-5.13.0-1021-oracle
Found linux image: /boot/vmlinuz-5.11.0-1028-oracle
Found initrd image: /boot/initrd.img-5.11.0-1028-oracle
done
Processing triggers for flash-kernel (3.103ubuntu1~20.04.3) ...
Unsupported platform on EFI system, doing nothing.
ubuntu@instance-20220315-1148:~$ sudo apt update
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
Hit:2 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal InRelease
Get:3 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 c-n-f Metadata [9452 B]
Get:5 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 c-n-f Metadata [12.0 kB]
Get:7 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1140 kB]
Get:8 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 c-n-f Metadata [14.4 kB]
Get:9 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [860 kB]
Fetched 2372 kB in 2s (1253 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
ubuntu@instance-20220315-1148:~$ sudo apt install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version (7.68.0-1ubuntu2.7).
curl set to manually installed.
The following package was automatically installed and is no longer required:
libfwupdplugin1
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ubuntu@instance-20220315-1148:~$ curl -fsSl https://raw.githubusercontent.com/sudobox-io/sb-install/master/install.sh | sudo bash && exec sudo su -l ${SUDO_USER:-$USER}
Proceeding with the Pre Installation...
Created SudoBox Directories
Installing and ensuring your system is up to date
Proceeding with installation dependencies...
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20210119~20.04.2).
ca-certificates set to manually installed.
curl is already the newest version (7.68.0-1ubuntu2.7).
software-properties-common is already the newest version (0.99.9.8).
software-properties-common set to manually installed.
The following package was automatically installed and is no longer required:
libfwupdplugin1
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
libjq1 libonig5
The following NEW packages will be installed:
apt-transport-https jq libjq1 libonig5
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 295 kB of archives.
After this operation, 1184 kB of additional disk space will be used.
Get:1 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.6 [4680 B]
Get:2 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 libonig5 arm64 6.9.4-1 [134 kB]
Get:3 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libjq1 arm64 1.6-1ubuntu0.20.04.1 [107 kB]
Get:4 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 jq arm64 1.6-1ubuntu0.20.04.1 [49.6 kB]
Fetched 295 kB in 1s (299 kB/s)
Selecting previously unselected package apt-transport-https.
(Reading database ... 96869 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.0.6_all.deb ...
Unpacking apt-transport-https (2.0.6) ...
Selecting previously unselected package libonig5:arm64.
Preparing to unpack .../libonig5_6.9.4-1_arm64.deb ...
Unpacking libonig5:arm64 (6.9.4-1) ...
Selecting previously unselected package libjq1:arm64.
Preparing to unpack .../libjq1_1.6-1ubuntu0.20.04.1_arm64.deb ...
Unpacking libjq1:arm64 (1.6-1ubuntu0.20.04.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../jq_1.6-1ubuntu0.20.04.1_arm64.deb ...
Unpacking jq (1.6-1ubuntu0.20.04.1) ...
Setting up apt-transport-https (2.0.6) ...
Setting up libonig5:arm64 (6.9.4-1) ...
Setting up libjq1:arm64 (1.6-1ubuntu0.20.04.1) ...
Setting up jq (1.6-1ubuntu0.20.04.1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
Installing Docker for Ubuntu
Please be patient
Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
Get:2 https://download.docker.com/linux/ubuntu focal/stable arm64 Packages [14.0 kB]
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Hit:4 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:5 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:6 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Fetched 71.7 kB in 1s (115 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libfwupdplugin1
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
docker-ce-rootless-extras pigz slirp4netns
Suggested packages:
cgroupfs-mount | cgroup-lite
The following NEW packages will be installed:
containerd.io docker-ce docker-ce-cli docker-ce-rootless-extras pigz slirp4netns
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 75.3 MB of archives.
After this operation, 339 MB of additional disk space will be used.
Get:1 https://download.docker.com/linux/ubuntu focal/stable arm64 containerd.io arm64 1.5.10-1 [17.5 MB]
Get:2 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 pigz arm64 2.4-1 [47.8 kB]
Get:3 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce-cli arm64 5:20.10.13~3-0~ubuntu-focal [36.7 MB]
Get:4 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 slirp4netns arm64 0.4.3-1 [69.2 kB]
Get:5 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce arm64 5:20.10.13~3-0~ubuntu-focal [13.8 MB]
Get:6 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce-rootless-extras arm64 5:20.10.13~3-0~ubuntu-focal [7183 kB]
Fetched 75.3 MB in 1s (59.1 MB/s)
Selecting previously unselected package pigz.
(Reading database ... 96890 files and directories currently installed.)
Preparing to unpack .../0-pigz_2.4-1_arm64.deb ...
Unpacking pigz (2.4-1) ...
Selecting previously unselected package containerd.io.
Preparing to unpack .../1-containerd.io_1.5.10-1_arm64.deb ...
Unpacking containerd.io (1.5.10-1) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../2-docker-ce-cli_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce-cli (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../3-docker-ce_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package docker-ce-rootless-extras.
Preparing to unpack .../4-docker-ce-rootless-extras_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce-rootless-extras (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package slirp4netns.
Preparing to unpack .../5-slirp4netns_0.4.3-1_arm64.deb ...
Unpacking slirp4netns (0.4.3-1) ...
Setting up slirp4netns (0.4.3-1) ...
Setting up containerd.io (1.5.10-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
Setting up docker-ce-cli (5:20.10.13~3-0~ubuntu-focal) ...
Setting up pigz (2.4-1) ...
Setting up docker-ce-rootless-extras (5:20.10.13~3-0~ubuntu-focal) ...
Setting up docker-ce (5:20.10.13~3-0~ubuntu-focal) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.15) ...
Docker Installed
Installing docker-compose v1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9 100 9 0 0 43 0 --:--:-- --:--:-- --:--:-- 43
Installing docker-compose v2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 664 100 664 0 0 2874 0 --:--:-- --:--:-- --:--:-- 2874
100 24.8M 100 24.8M 0 0 22.4M 0 0:00:01 0:00:01 --:--:-- 36.8M
Creating Docker Network sudobox
0b26982390e8a7d02dfbf02f38869f3a510f1f327f9b4c36c8405a54df904168
Created Docker Network sudobox
CPU does not support AVX, installing MongoDB V4
Created SudoBox backend compose file
/usr/local/bin/docker-compose: line 1: Not: command not found
Using default tag: latest
latest: Pulling from sudobox-io/sb-cli
9b3977197b4f: Pull complete
3dbf8ee283cd: Pull complete
bada96f1e042: Pull complete
cf32e4edb4ac: Pull complete
bf76023acd4a: Pull complete
a0e6a1730f9a: Pull complete
2e060353f721: Pull complete
b57767dece49: Pull complete
d1b839dc84a5: Pull complete
a9c905e17b6b: Pull complete
Digest: sha256:2154c0f007474f0254d8c28527ad2ff8ca2ecc1a7091a09b782006ad8e56a4bb
Status: Downloaded newer image for ghcr.io/sudobox-io/sb-cli:latest
ghcr.io/sudobox-io/sb-cli:latest
Finished installing all Dependencies, Moving to CLI Questions...
You can run SudoBox CLI at anytime using 'sb' or 'sudobox'
could you edit that to be in a code block?
nvm, I could do that.
could you edit that to be in a code block?
nvm, I could do that.
Sorry I had but must have screwed it up somehow.
What does uname -m
output on that VM? Guessing it isn't one of the naming schemes docker releases have.
What does
uname -m
output on that VM? Guessing it isn't one of the naming schemes docker releases have.
aarch64
What does
uname -m
output on that VM? Guessing it isn't one of the naming schemes docker releases have.
aarch64
Try now, clean install, as compose V1 will run in a container.
Switched entirely to Compose V2. Let me know how that goes.
Switched entirely to Compose V2. Let me know how that goes.
Same error
`Proceeding with the Pre Installation...
Created SudoBox Directories
Installing and ensuring your system is up to date
Proceeding with installation dependencies...
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsb-release is already the newest version (11.1.0ubuntu2).
lsb-release set to manually installed.
ca-certificates is already the newest version (20210119~20.04.2).
ca-certificates set to manually installed.
curl is already the newest version (7.68.0-1ubuntu2.7).
curl set to manually installed.
gnupg is already the newest version (2.2.19-3ubuntu2.1).
gnupg set to manually installed.
software-properties-common is already the newest version (0.99.9.8).
software-properties-common set to manually installed.
The following package was automatically installed and is no longer required:
libfwupdplugin1
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
libjq1 libonig5
The following NEW packages will be installed:
apt-transport-https jq libjq1 libonig5
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 295 kB of archives.
After this operation, 1184 kB of additional disk space will be used.
Get:1 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.6 [4680 B]
Get:2 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 libonig5 arm64 6.9.4-1 [134 kB]
Get:3 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libjq1 arm64 1.6-1ubuntu0.20.04.1 [107 kB]
Get:4 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 jq arm64 1.6-1ubuntu0.20.04.1 [49.6 kB]
Fetched 295 kB in 1s (283 kB/s)
Selecting previously unselected package apt-transport-https.
(Reading database ... 96869 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.0.6_all.deb ...
Unpacking apt-transport-https (2.0.6) ...
Selecting previously unselected package libonig5:arm64.
Preparing to unpack .../libonig5_6.9.4-1_arm64.deb ...
Unpacking libonig5:arm64 (6.9.4-1) ...
Selecting previously unselected package libjq1:arm64.
Preparing to unpack .../libjq1_1.6-1ubuntu0.20.04.1_arm64.deb ...
Unpacking libjq1:arm64 (1.6-1ubuntu0.20.04.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../jq_1.6-1ubuntu0.20.04.1_arm64.deb ...
Unpacking jq (1.6-1ubuntu0.20.04.1) ...
Setting up apt-transport-https (2.0.6) ...
Setting up libonig5:arm64 (6.9.4-1) ...
Setting up libjq1:arm64 (1.6-1ubuntu0.20.04.1) ...
Setting up jq (1.6-1ubuntu0.20.04.1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
Installing Docker for Ubuntu
Please be patient
Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
Get:2 https://download.docker.com/linux/ubuntu focal/stable arm64 Packages [14.0 kB]
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Hit:4 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:5 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:6 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Fetched 71.7 kB in 1s (119 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libfwupdplugin1
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
docker-ce-rootless-extras pigz slirp4netns
Suggested packages:
cgroupfs-mount | cgroup-lite
The following NEW packages will be installed:
containerd.io docker-ce docker-ce-cli docker-ce-rootless-extras pigz slirp4netns
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 75.3 MB of archives.
After this operation, 339 MB of additional disk space will be used.
Get:1 https://download.docker.com/linux/ubuntu focal/stable arm64 containerd.io arm64 1.5.10-1 [17.5 MB]
Get:2 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 pigz arm64 2.4-1 [47.8 kB]
Get:3 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce-cli arm64 5:20.10.13~3-0~ubuntu-focal [36.7 MB]
Get:4 http://phx-ad-3.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 slirp4netns arm64 0.4.3-1 [69.2 kB]
Get:5 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce arm64 5:20.10.13~3-0~ubuntu-focal [13.8 MB]
Get:6 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce-rootless-extras arm64 5:20.10.13~3-0~ubuntu-focal [7183 kB]
Fetched 75.3 MB in 1s (55.9 MB/s)
Selecting previously unselected package pigz.
(Reading database ... 96890 files and directories currently installed.)
Preparing to unpack .../0-pigz_2.4-1_arm64.deb ...
Unpacking pigz (2.4-1) ...
Selecting previously unselected package containerd.io.
Preparing to unpack .../1-containerd.io_1.5.10-1_arm64.deb ...
Unpacking containerd.io (1.5.10-1) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../2-docker-ce-cli_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce-cli (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../3-docker-ce_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package docker-ce-rootless-extras.
Preparing to unpack .../4-docker-ce-rootless-extras_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce-rootless-extras (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package slirp4netns.
Preparing to unpack .../5-slirp4netns_0.4.3-1_arm64.deb ...
Unpacking slirp4netns (0.4.3-1) ...
Setting up slirp4netns (0.4.3-1) ...
Setting up containerd.io (1.5.10-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
Setting up docker-ce-cli (5:20.10.13~3-0~ubuntu-focal) ...
Setting up pigz (2.4-1) ...
Setting up docker-ce-rootless-extras (5:20.10.13~3-0~ubuntu-focal) ...
Setting up docker-ce (5:20.10.13~3-0~ubuntu-focal) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.15) ...
Docker Installed
Installing docker-compose v2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 665 100 665 0 0 2794 0 --:--:-- --:--:-- --:--:-- 2794
100 24.5M 100 24.5M 0 0 23.4M 0 0:00:01 0:00:01 --:--:-- 49.8M
Creating Docker Network sudobox
2fddd379c322188725130e478068c72eb8c765b69a128709f326ef643a21078c
Created Docker Network sudobox
CPU does not support AVX, installing MongoDB V4
Created SudoBox backend compose file
[+] Running 32/32
⠿ sb_database Pulled 20.8s
⠿ 5a7855fb0d7a Pull complete 1.8s
⠿ 93835005f83f Pull complete 9.9s
⠿ 85b1c8f1aa26 Pull complete 10.2s
⠿ b9207ce7ec0c Pull complete 10.6s
⠿ a98a90fbda7b Pull complete 10.8s
⠿ a94ad0a7969a Pull complete 11.5s
⠿ e37c7fdc11f3 Pull complete 11.6s
⠿ ec80463cb314 Pull complete 19.1s
⠿ 02d7b717f0f6 Pull complete 19.2s
⠿ a4d30ef677ae Pull complete 19.4s
⠿ sb_backend Pulled 26.5s
⠿ 849ada37e9b9 Pull complete 4.1s
⠿ 1ba8dd83dc08 Pull complete 9.8s
⠿ b4701df5b81f Pull complete 10.1s
⠿ 35b156139b5c Pull complete 10.2s
⠿ 64a71836860c Pull complete 10.3s
⠿ ac94e8fe43e5 Pull complete 11.4s
⠿ 11c7e1bf1c2f Pull complete 11.5s
⠿ b4c4271776d1 Pull complete 11.6s
⠿ 751b08ba3fc0 Pull complete 19.0s
⠿ 0c34dcf57cc6 Pull complete 19.2s
⠿ b6a25b3d0a5a Pull complete 19.9s
⠿ 6b3d64442a23 Pull complete 20.0s
⠿ 1115b72ef131 Pull complete 20.7s
⠿ 519b33cdaae1 Pull complete 23.4s
⠿ 8fa337979118 Pull complete 23.5s
⠿ 442e6d8c7e73 Pull complete 23.5s
⠿ 066418206244 Pull complete 23.6s
⠿ 4a3a381237ff Pull complete 23.7s
⠿ 765717729d61 Pull complete 24.9s
⠿ 33c94b0b130e Pull complete 25.0s
main: line 153: docker-compose: command not found
Using default tag: latest
latest: Pulling from sudobox-io/sb-cli
9b3977197b4f: Pull complete
3dbf8ee283cd: Pull complete
bada96f1e042: Pull complete
cf32e4edb4ac: Pull complete
bf76023acd4a: Pull complete
a0e6a1730f9a: Pull complete
2e060353f721: Pull complete
b57767dece49: Pull complete
d1b839dc84a5: Pull complete
a9c905e17b6b: Pull complete
Digest: sha256:2154c0f007474f0254d8c28527ad2ff8ca2ecc1a7091a09b782006ad8e56a4bb
Status: Downloaded newer image for ghcr.io/sudobox-io/sb-cli:latest
ghcr.io/sudobox-io/sb-cli:latest
Finished installing all Dependencies, Moving to CLI Questions... You can run SudoBox CLI at anytime using 'sb' or 'sudobox'`
You seem to have tested just before the compose V2 changes. Try again :P
What am I doing wrong? I press the add code button and paste between the little ticks but it doesn’t seem to work?
code blocks are 3 backticks on each side.
Here's my output:
Proceeding with the Pre Installation...
Created SudoBox Directories
Installing and ensuring your system is up to date
23 standard security updates
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 68016 files and directories currently installed.)
Preparing to unpack .../motd-news-config_11ubuntu5.5_all.deb ...
Unpacking motd-news-config (11ubuntu5.5) over (11ubuntu5.4) ...
Preparing to unpack .../libc6_2.31-0ubuntu9.7_arm64.deb ...
Unpacking libc6:arm64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9.2) ...
Setting up libc6:arm64 (2.31-0ubuntu9.7) ...
(Reading database ... 68016 files and directories currently installed.)
Preparing to unpack .../base-files_11ubuntu5.5_arm64.deb ...
Warning: Stopping motd-news.service, but it can still be activated by:
motd-news.timer
Unpacking base-files (11ubuntu5.5) over (11ubuntu5.4) ...
Setting up base-files (11ubuntu5.5) ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
motd-news.service is a disabled or a static unit, not starting it.
(Reading database ... 68016 files and directories currently installed.)
Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_arm64.deb ...
Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7ubuntu0.20.04.1) ...
Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ...
(Reading database ... 68016 files and directories currently installed.)
Preparing to unpack .../locales_2.31-0ubuntu9.7_all.deb ...
Unpacking locales (2.31-0ubuntu9.7) over (2.31-0ubuntu9.2) ...
Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_arm64.deb ...
Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9.2) ...
Setting up libc-bin (2.31-0ubuntu9.7) ...
(Reading database ... 68016 files and directories currently installed.)
Preparing to unpack .../00-rsync_3.1.3-8ubuntu0.2_arm64.deb ...
Unpacking rsync (3.1.3-8ubuntu0.2) over (3.1.3-8ubuntu0.1) ...
Preparing to unpack .../01-libssl1.1_1.1.1f-1ubuntu2.12_arm64.deb ...
Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2.10) ...
Preparing to unpack .../02-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_arm64.deb ...
Unpacking libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2.3) ...
Preparing to unpack .../03-libexpat1_2.2.9-1ubuntu0.4_arm64.deb ...
Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.4) over (2.2.9-1build1) ...
Preparing to unpack .../04-libnetplan0_0.103-0ubuntu5~20.04.6_arm64.deb ...
Unpacking libnetplan0:arm64 (0.103-0ubuntu5~20.04.6) over (0.103-0ubuntu5~20.04.5) ...
Preparing to unpack .../05-libxml2_2.9.10+dfsg-5ubuntu0.20.04.2_arm64.deb ...
Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.2) over (2.9.10+dfsg-5ubuntu0.20.04.1) ...
Preparing to unpack .../06-netplan.io_0.103-0ubuntu5~20.04.6_arm64.deb ...
Unpacking netplan.io (0.103-0ubuntu5~20.04.6) over (0.103-0ubuntu5~20.04.5) ...
Preparing to unpack .../07-openssl_1.1.1f-1ubuntu2.12_arm64.deb ...
Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2.10) ...
Preparing to unpack .../08-libdrm-common_2.4.107-8ubuntu1~20.04.2_all.deb ...
Unpacking libdrm-common (2.4.107-8ubuntu1~20.04.2) over (2.4.107-8ubuntu1~20.04.1) ...
Preparing to unpack .../09-libdrm2_2.4.107-8ubuntu1~20.04.2_arm64.deb ...
Unpacking libdrm2:arm64 (2.4.107-8ubuntu1~20.04.2) over (2.4.107-8ubuntu1~20.04.1) ...
Preparing to unpack .../10-policykit-1_0.105-26ubuntu1.3_arm64.deb ...
Unpacking policykit-1 (0.105-26ubuntu1.3) over (0.105-26ubuntu1.2) ...
Preparing to unpack .../11-libpolkit-agent-1-0_0.105-26ubuntu1.3_arm64.deb ...
Unpacking libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) over (0.105-26ubuntu1.2) ...
Preparing to unpack .../12-libpolkit-gobject-1-0_0.105-26ubuntu1.3_arm64.deb ...
Unpacking libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) over (0.105-26ubuntu1.2) ...
Preparing to unpack .../13-alsa-ucm-conf_1.2.2-1ubuntu0.12_all.deb ...
Unpacking alsa-ucm-conf (1.2.2-1ubuntu0.12) over (1.2.2-1ubuntu0.11) ...
Preparing to unpack .../14-cryptsetup-initramfs_2%3a2.2.2-3ubuntu2.4_all.deb ...
Unpacking cryptsetup-initramfs (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2.3) ...
Preparing to unpack .../15-cryptsetup-bin_2%3a2.2.2-3ubuntu2.4_arm64.deb ...
Unpacking cryptsetup-bin (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2.3) ...
Preparing to unpack .../16-cryptsetup_2%3a2.2.2-3ubuntu2.4_arm64.deb ...
Unpacking cryptsetup (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2.3) ...
Preparing to unpack .../17-cryptsetup-run_2%3a2.2.2-3ubuntu2.4_all.deb ...
Unpacking cryptsetup-run (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2.3) ...
Preparing to unpack .../18-fwupd-signed_1.27.1ubuntu7+1.2-2~20.04.1_arm64.deb ...
Unpacking fwupd-signed (1.27.1ubuntu7+1.2-2~20.04.1) over (1.27.1ubuntu5+1.5.11-0ubuntu1~20.04.2) ...
Preparing to unpack .../19-libarchive13_3.4.0-2ubuntu1.1_arm64.deb ...
Unpacking libarchive13:arm64 (3.4.0-2ubuntu1.1) over (3.4.0-2ubuntu1) ...
Preparing to unpack .../20-libjcat1_0.1.4-0ubuntu0.20.04.1_arm64.deb ...
Unpacking libjcat1:arm64 (0.1.4-0ubuntu0.20.04.1) over (0.1.3-2~ubuntu20.04.1) ...
Preparing to unpack .../21-libfwupd2_1.7.5-3~20.04.1_arm64.deb ...
Unpacking libfwupd2:arm64 (1.7.5-3~20.04.1) over (1.5.11-0ubuntu1~20.04.2) ...
Preparing to unpack .../22-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ...
Preparing to unpack .../23-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ...
Preparing to unpack .../24-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ...
Preparing to unpack .../25-snapd_2.54.3+20.04.1ubuntu0.2_arm64.deb ...
Unpacking snapd (2.54.3+20.04.1ubuntu0.2) over (2.54.2+20.04ubuntu2) ...
Preparing to unpack .../26-sosreport_4.3-1ubuntu0.20.04.1_arm64.deb ...
Unpacking sosreport (4.3-1ubuntu0.20.04.1) over (4.2-1ubuntu0.20.04.1) ...
Setting up libexpat1:arm64 (2.2.9-1ubuntu0.4) ...
Setting up motd-news-config (11ubuntu5.5) ...
Setting up snapd (2.54.3+20.04.1ubuntu0.2) ...
Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
snapd.failure.service is a disabled or a static unit, not starting it.
snapd.snap-repair.service is a disabled or a static unit, not starting it.
Setting up alsa-ucm-conf (1.2.2-1ubuntu0.12) ...
Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.12) ...
Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
Setting up libnetplan0:arm64 (0.103-0ubuntu5~20.04.6) ...
Setting up fwupd-signed (1.27.1ubuntu7+1.2-2~20.04.1) ...
Setting up locales (2.31-0ubuntu9.7) ...
Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.
Setting up libjcat1:arm64 (0.1.4-0ubuntu0.20.04.1) ...
Setting up netplan.io (0.103-0ubuntu5~20.04.6) ...
Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
Setting up sosreport (4.3-1ubuntu0.20.04.1) ...
Installing new version of config file /etc/sos/sos.conf ...
Setting up libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ...
Setting up openssl (1.1.1f-1ubuntu2.12) ...
Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.2) ...
Setting up libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ...
Setting up rsync (3.1.3-8ubuntu0.2) ...
Setting up cryptsetup-bin (2:2.2.2-3ubuntu2.4) ...
Setting up cryptsetup (2:2.2.2-3ubuntu2.4) ...
Setting up libarchive13:arm64 (3.4.0-2ubuntu1.1) ...
Setting up libfwupd2:arm64 (1.7.5-3~20.04.1) ...
Setting up cryptsetup-run (2:2.2.2-3ubuntu2.4) ...
Setting up libdrm2:arm64 (2.4.107-8ubuntu1~20.04.2) ...
Setting up libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ...
Setting up policykit-1 (0.105-26ubuntu1.3) ...
Setting up cryptsetup-initramfs (2:2.2.2-3ubuntu2.4) ...
update-initramfs: deferring update (trigger activated)
update-initramfs: deferring update (trigger activated)
Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
Processing triggers for systemd (245.4-4ubuntu3.15) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.4git20200323-0ubuntu6.2) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
Processing triggers for install-info (6.7.0.dfsg.2-5) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
update-initramfs: Generating /boot/initrd.img-5.11.0-1028-oracle
Unsupported platform on EFI system, doing nothing.
Proceeding with installation dependencies...
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsb-release is already the newest version (11.1.0ubuntu2).
lsb-release set to manually installed.
ca-certificates is already the newest version (20210119~20.04.2).
ca-certificates set to manually installed.
curl is already the newest version (7.68.0-1ubuntu2.7).
gnupg is already the newest version (2.2.19-3ubuntu2.1).
gnupg set to manually installed.
software-properties-common is already the newest version (0.99.9.8).
software-properties-common set to manually installed.
The following additional packages will be installed:
libjq1 libonig5
The following NEW packages will be installed:
apt-transport-https jq libjq1 libonig5
0 upgraded, 4 newly installed, 0 to remove and 4 not upgraded.
Need to get 295 kB of archives.
After this operation, 1184 kB of additional disk space will be used.
Get:1 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.6 [4680 B]
Get:2 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 libonig5 arm64 6.9.4-1 [134 kB]
Get:3 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 libjq1 arm64 1.6-1ubuntu0.20.04.1 [107 kB]
Get:4 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 jq arm64 1.6-1ubuntu0.20.04.1 [49.6 kB]
Fetched 295 kB in 0s (3760 kB/s)
Selecting previously unselected package apt-transport-https.
(Reading database ... 68044 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.0.6_all.deb ...
Unpacking apt-transport-https (2.0.6) ...
Selecting previously unselected package libonig5:arm64.
Preparing to unpack .../libonig5_6.9.4-1_arm64.deb ...
Unpacking libonig5:arm64 (6.9.4-1) ...
Selecting previously unselected package libjq1:arm64.
Preparing to unpack .../libjq1_1.6-1ubuntu0.20.04.1_arm64.deb ...
Unpacking libjq1:arm64 (1.6-1ubuntu0.20.04.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../jq_1.6-1ubuntu0.20.04.1_arm64.deb ...
Unpacking jq (1.6-1ubuntu0.20.04.1) ...
Setting up apt-transport-https (2.0.6) ...
Setting up libonig5:arm64 (6.9.4-1) ...
Setting up libjq1:arm64 (1.6-1ubuntu0.20.04.1) ...
Setting up jq (1.6-1ubuntu0.20.04.1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
Installing Docker for Ubuntu
Please be patient
Hit:1 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Hit:3 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Get:5 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
Get:6 https://download.docker.com/linux/ubuntu focal/stable arm64 Packages [14.0 kB]
Fetched 71.7 kB in 0s (169 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
docker-ce-rootless-extras pigz slirp4netns
Suggested packages:
cgroupfs-mount | cgroup-lite
The following NEW packages will be installed:
containerd.io docker-ce docker-ce-cli docker-ce-rootless-extras pigz
slirp4netns
0 upgraded, 6 newly installed, 0 to remove and 4 not upgraded.
Need to get 75.3 MB of archives.
After this operation, 339 MB of additional disk space will be used.
Get:1 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 pigz arm64 2.4-1 [47.8 kB]
Get:2 https://download.docker.com/linux/ubuntu focal/stable arm64 containerd.io arm64 1.5.10-1 [17.5 MB]
Get:3 http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports focal/universe arm64 slirp4netns arm64 0.4.3-1 [69.2 kB]
Get:4 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce-cli arm64 5:20.10.13~3-0~ubuntu-focal [36.7 MB]
Get:5 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce arm64 5:20.10.13~3-0~ubuntu-focal [13.8 MB]
Get:6 https://download.docker.com/linux/ubuntu focal/stable arm64 docker-ce-rootless-extras arm64 5:20.10.13~3-0~ubuntu-focal [7183 kB]
Fetched 75.3 MB in 2s (36.3 MB/s)
Selecting previously unselected package pigz.
(Reading database ... 68065 files and directories currently installed.)
Preparing to unpack .../0-pigz_2.4-1_arm64.deb ...
Unpacking pigz (2.4-1) ...
Selecting previously unselected package containerd.io.
Preparing to unpack .../1-containerd.io_1.5.10-1_arm64.deb ...
Unpacking containerd.io (1.5.10-1) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../2-docker-ce-cli_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce-cli (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../3-docker-ce_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package docker-ce-rootless-extras.
Preparing to unpack .../4-docker-ce-rootless-extras_5%3a20.10.13~3-0~ubuntu-focal_arm64.deb ...
Unpacking docker-ce-rootless-extras (5:20.10.13~3-0~ubuntu-focal) ...
Selecting previously unselected package slirp4netns.
Preparing to unpack .../5-slirp4netns_0.4.3-1_arm64.deb ...
Unpacking slirp4netns (0.4.3-1) ...
Setting up slirp4netns (0.4.3-1) ...
Setting up containerd.io (1.5.10-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
Setting up docker-ce-cli (5:20.10.13~3-0~ubuntu-focal) ...
Setting up pigz (2.4-1) ...
Setting up docker-ce-rootless-extras (5:20.10.13~3-0~ubuntu-focal) ...
Setting up docker-ce (5:20.10.13~3-0~ubuntu-focal) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.15) ...
Docker Installed
Installing docker-compose v2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 665 100 665 0 0 17972 0 --:--:-- --:--:-- --:--:-- 17972
100 24.5M 100 24.5M 0 0 19.7M 0 0:00:01 0:00:01 --:--:-- 34.1M
Creating Docker Network sudobox
3f56ab80eb2504a0a6a4c5ae3b7b97f23db321b0ba01f41322b957c098488e0f
Created Docker Network sudobox
CPU does not support AVX, installing MongoDB V4
Created SudoBox backend compose file
[+] Running 0/22
⠋ sb_database Pulling 2.1s
⠋ 5a7855fb0d7a Waiting 0.1s
⠋ 93835005f83f Waiting 0.1s
⠋ 85b1c8f1aa26 Waiting 0.1s
⠋ b9207ce7ec0c Waiting 0.1s
⠋ a98a90fbda7b Waiting 0.1s
⠋ a94ad0a7969a Waiting 0.1s
⠋ e37c7fdc11f3 Waiting 0.1s
⠋ ec80463cb314 Waiting 0.1s
[+] Running 0/326 Waiting 0.1s
⠙ sb_database Pulling 2.2s
⠙ 5a7855fb0d7a Waiting 0.1s
⠙ 93835005f83f Waiting 0.1s
⠙ 85b1c8f1aa26 Waiting 0.1s
⠙ b9207ce7ec0c Waiting 0.1s
⠙ a98a90fbda7b Waiting 0.1s
⠙ a94ad0a7969a Waiting 0.1s
⠙ e37c7fdc11f3 Waiting 0.1s
⠙ ec80463cb314 Waiting 0.1s
[+] Running 0/326 Waiting 0.1s
⠹ sb_database Pulling 2.3s
⠹ 5a7855fb0d7a Waiting 0.2s
⠹ 93835005f83f Waiting 0.2s
⠹ 85b1c8f1aa26 Waiting 0.2s
⠹ b9207ce7ec0c Waiting 0.2s
⠹ a98a90fbda7b Waiting 0.2s
⠹ a94ad0a7969a Waiting 0.2s
⠹ e37c7fdc11f3 Waiting 0.2s
⠹ ec80463cb314 Waiting 0.2s
[+] Running 0/326 Waiting 0.2s
⠸ sb_database Pulling 2.4s
⠸ 5a7855fb0d7a Waiting 0.3s
⠸ 93835005f83f Waiting 0.3s
⠸ 85b1c8f1aa26 Waiting 0.3s
⠸ b9207ce7ec0c Waiting 0.3s
⠸ a98a90fbda7b Waiting 0.3s
⠸ a94ad0a7969a Waiting 0.3s
⠸ e37c7fdc11f3 Waiting 0.3s
⠸ ec80463cb314 Waiting 0.3s
[+] Running 1/326 Waiting 0.3s
⠼ sb_database Pulling 2.5s
⠼ 5a7855fb0d7a Waiting 0.5s
⠼ 93835005f83f Waiting 0.5s
⠼ 85b1c8f1aa26 Waiting 0.5s
⠼ b9207ce7ec0c Waiting 0.5s
⠼ a98a90fbda7b Waiting 0.5s
⠼ a94ad0a7969a Waiting 0.5s
⠼ e37c7fdc11f3 Waiting 0.5s
⠼ ec80463cb314 Waiting 0.5s
[+] Running 1/326 Waiting 0.5s
⠴ sb_database Pulling 2.6s
⠴ 5a7855fb0d7a Waiting 0.6s
⠴ 93835005f83f Waiting 0.6s
⠴ 85b1c8f1aa26 Waiting 0.6s
⠴ b9207ce7ec0c Waiting 0.6s
⠴ a98a90fbda7b Waiting 0.6s
⠴ a94ad0a7969a Waiting 0.6s
⠴ e37c7fdc11f3 Waiting 0.6s
⠴ ec80463cb314 Waiting 0.6s
[+] Running 1/326 Waiting 0.6s
⠦ sb_database Pulling 2.7s
⠦ 5a7855fb0d7a Waiting 0.7s
⠦ 93835005f83f Waiting 0.7s
⠦ 85b1c8f1aa26 Waiting 0.7s
⠦ b9207ce7ec0c Waiting 0.7s
⠦ a98a90fbda7b Waiting 0.7s
⠦ a94ad0a7969a Waiting 0.7s
⠦ e37c7fdc11f3 Waiting 0.7s
⠦ ec80463cb314 Waiting 0.7s
[+] Running 1/326 Waiting 0.7s
⠧ sb_database Pulling 2.8s
⠧ 5a7855fb0d7a Waiting 0.8s
⠧ 93835005f83f Waiting 0.8s
⠧ 85b1c8f1aa26 Waiting 0.8s
⠧ b9207ce7ec0c Waiting 0.8s
⠧ a98a90fbda7b Waiting 0.8s
⠧ a94ad0a7969a Waiting 0.8s
⠧ e37c7fdc11f3 Waiting 0.8s
⠧ ec80463cb314 Waiting 0.8s
[+] Running 1/326 Waiting 0.8s
⠇ sb_database Pulling 2.9s
⠇ 5a7855fb0d7a Waiting 0.9s
⠇ 93835005f83f Waiting 0.9s
⠇ 85b1c8f1aa26 Waiting 0.9s
⠇ b9207ce7ec0c Waiting 0.9s
⠇ a98a90fbda7b Waiting 0.9s
⠇ a94ad0a7969a Waiting 0.9s
⠇ e37c7fdc11f3 Waiting 0.9s
⠇ ec80463cb314 Waiting 0.9s
[+] Running 1/326 Waiting 0.9s
⠏ sb_database Pulling 3.0s
⠏ 5a7855fb0d7a Waiting 0.9s
⠏ 93835005f83f Waiting 0.9s
⠏ 85b1c8f1aa26 Waiting 0.9s
⠏ b9207ce7ec0c Waiting 0.9s
⠏ a98a90fbda7b Waiting 0.9s
⠏ a94ad0a7969a Waiting 0.9s
⠏ e37c7fdc11f3 Waiting 0.9s
⠏ ec80463cb314 Waiting 0.9s
[+] Running 1/326 Waiting 0.9s
⠋ sb_database Pulling 3.1s
⠋ 5a7855fb0d7a Waiting 1.1s
⠋ 93835005f83f Waiting 1.1s
⠋ 85b1c8f1aa26 Waiting 1.1s
⠋ b9207ce7ec0c Waiting 1.1s
⠋ a98a90fbda7b Waiting 1.1s
⠋ a94ad0a7969a Waiting 1.1s
⠋ e37c7fdc11f3 Waiting 1.1s
⠋ ec80463cb314 Waiting 1.1s
[+] Running 1/326 Waiting 1.1s
⠙ sb_database Pulling 3.2s
⠙ 5a7855fb0d7a Waiting 1.1s
⠙ 93835005f83f Waiting 1.1s
⠙ 85b1c8f1aa26 Waiting 1.1s
⠙ b9207ce7ec0c Waiting 1.1s
⠙ a98a90fbda7b Waiting 1.1s
⠙ a94ad0a7969a Waiting 1.1s
⠙ e37c7fdc11f3 Waiting 1.1s
⠙ ec80463cb314 Waiting 1.1s
[+] Running 1/326 Waiting 1.1s
⠹ sb_database Pulling 3.3s
⠹ 5a7855fb0d7a Waiting 1.3s
⠹ 93835005f83f Waiting 1.3s
⠹ 85b1c8f1aa26 Waiting 1.3s
⠹ b9207ce7ec0c Waiting 1.3s
⠹ a98a90fbda7b Waiting 1.3s
⠹ a94ad0a7969a Waiting 1.3s
⠹ e37c7fdc11f3 Waiting 1.3s
⠹ ec80463cb314 Waiting 1.3s
[+] Running 1/326 Waiting 1.3s
⠸ sb_database Pulling 3.4s
⠸ 5a7855fb0d7a Waiting 1.4s
⠸ 93835005f83f Waiting 1.4s
⠸ 85b1c8f1aa26 Waiting 1.4s
⠸ b9207ce7ec0c Waiting 1.4s
⠸ a98a90fbda7b Waiting 1.4s
⠸ a94ad0a7969a Waiting 1.4s
⠸ e37c7fdc11f3 Waiting 1.4s
⠸ ec80463cb314 Waiting 1.4s
[+] Running 1/326 Waiting 1.4s
⠼ sb_database Pulling 3.5s
⠼ 5a7855fb0d7a Waiting 1.5s
⠼ 93835005f83f Waiting 1.5s
⠼ 85b1c8f1aa26 Waiting 1.5s
⠼ b9207ce7ec0c Waiting 1.5s
⠼ a98a90fbda7b Waiting 1.5s
⠼ a94ad0a7969a Waiting 1.5s
⠼ e37c7fdc11f3 Waiting 1.5s
⠼ ec80463cb314 Waiting 1.5s
[+] Running 1/326 Waiting 1.5s
⠴ sb_database Pulling 3.6s
⠴ 5a7855fb0d7a Waiting 1.6s
⠴ 93835005f83f Waiting 1.6s
⠴ 85b1c8f1aa26 Waiting 1.6s
⠴ b9207ce7ec0c Waiting 1.6s
⠴ a98a90fbda7b Waiting 1.6s
⠴ a94ad0a7969a Waiting 1.6s
⠴ e37c7fdc11f3 Waiting 1.6s
⠴ ec80463cb314 Waiting 1.6s
[+] Running 1/326 Waiting 1.6s
⠦ sb_database Pulling 3.7s
⠦ 5a7855fb0d7a Waiting 1.7s
⠦ 93835005f83f Waiting 1.7s
⠦ 85b1c8f1aa26 Waiting 1.7s
⠦ b9207ce7ec0c Waiting 1.7s
⠦ a98a90fbda7b Waiting 1.7s
⠦ a94ad0a7969a Waiting 1.7s
⠦ e37c7fdc11f3 Waiting 1.7s
⠦ ec80463cb314 Waiting 1.7s
[+] Running 1/326 Waiting 1.7s
⠧ sb_database Pulling 3.8s
⠧ 5a7855fb0d7a Waiting 1.7s
⠧ 93835005f83f Waiting 1.7s
⠧ 85b1c8f1aa26 Waiting 1.7s
⠧ b9207ce7ec0c Waiting 1.7s
⠧ a98a90fbda7b Waiting 1.7s
⠧ a94ad0a7969a Waiting 1.7s
⠧ e37c7fdc11f3 Waiting 1.7s
⠧ ec80463cb314 Waiting 1.7s
[+] Running 1/326 Waiting 1.7s
⠇ sb_database Pulling 3.9s
⠇ 5a7855fb0d7a Waiting 1.8s
⠇ 93835005f83f Waiting 1.8s
⠇ 85b1c8f1aa26 Waiting 1.8s
⠇ b9207ce7ec0c Waiting 1.8s
⠇ a98a90fbda7b Waiting 1.8s
⠇ a94ad0a7969a Waiting 1.8s
⠇ e37c7fdc11f3 Waiting 1.8s
⠇ ec80463cb314 Waiting 1.8s
[+] Running 1/326 Waiting 1.8s
⠏ sb_database Pulling 4.0s
⠏ 5a7855fb0d7a Waiting 2.0s
⠏ 93835005f83f Waiting 2.0s
⠏ 85b1c8f1aa26 Waiting 2.0s
⠏ b9207ce7ec0c Waiting 2.0s
⠏ a98a90fbda7b Waiting 2.0s
⠏ a94ad0a7969a Waiting 2.0s
⠏ e37c7fdc11f3 Waiting 2.0s
⠏ ec80463cb314 Waiting 2.0s
[+] Running 1/326 Waiting 2.0s
⠋ sb_database Pulling 4.1s
⠋ 5a7855fb0d7a Waiting 2.1s
⠋ 93835005f83f Waiting 2.1s
⠋ 85b1c8f1aa26 Waiting 2.1s
⠋ b9207ce7ec0c Waiting 2.1s
⠋ a98a90fbda7b Waiting 2.1s
⠋ a94ad0a7969a Waiting 2.1s
⠋ e37c7fdc11f3 Waiting 2.1s
⠋ ec80463cb314 Waiting 2.1s
[+] Running 1/326 Waiting 2.1s
⠙ sb_database Pulling 4.2s
⠙ 5a7855fb0d7a Waiting 2.1s
⠙ 93835005f83f Waiting 2.1s
⠙ 85b1c8f1aa26 Waiting 2.2s
⠙ b9207ce7ec0c Waiting 2.2s
⠙ a98a90fbda7b Waiting 2.2s
⠙ a94ad0a7969a Waiting 2.2s
⠙ e37c7fdc11f3 Waiting 2.2s
⠙ ec80463cb314 Waiting 2.2s
[+] Running 1/326 Waiting 2.2s
⠹ sb_database Pulling 4.3s
⠹ 5a7855fb0d7a Waiting 2.3s
⠹ 93835005f83f Waiting 2.3s
⠹ 85b1c8f1aa26 Waiting 2.3s
⠹ b9207ce7ec0c Waiting 2.3s
⠹ a98a90fbda7b Waiting 2.3s
⠹ a94ad0a7969a Waiting 2.3s
⠹ e37c7fdc11f3 Waiting 2.3s
⠹ ec80463cb314 Waiting 2.3s
[+] Running 1/326 Waiting 2.3s
⠸ sb_database Pulling 4.4s
⠸ 5a7855fb0d7a Waiting 2.4s
⠸ 93835005f83f Waiting 2.4s
⠸ 85b1c8f1aa26 Waiting 2.4s
⠸ b9207ce7ec0c Waiting 2.4s
⠸ a98a90fbda7b Waiting 2.4s
⠸ a94ad0a7969a Waiting 2.4s
⠸ e37c7fdc11f3 Waiting 2.4s
⠸ ec80463cb314 Waiting 2.4s
[+] Running 1/326 Waiting 2.4s
⠼ sb_database Pulling 4.5s
⠼ 5a7855fb0d7a Waiting 2.5s
⠼ 93835005f83f Waiting 2.5s
⠼ 85b1c8f1aa26 Waiting 2.5s
⠼ b9207ce7ec0c Waiting 2.5s
⠼ a98a90fbda7b Waiting 2.5s
⠼ a94ad0a7969a Waiting 2.5s
⠼ e37c7fdc11f3 Waiting 2.5s
⠼ ec80463cb314 Waiting 2.5s
[+] Running 1/326 Waiting 2.5s
⠴ sb_database Pulling 4.6s
⠴ 5a7855fb0d7a Waiting 2.6s
⠴ 93835005f83f Waiting 2.6s
⠴ 85b1c8f1aa26 Waiting 2.6s
⠴ b9207ce7ec0c Waiting 2.6s
⠴ a98a90fbda7b Waiting 2.6s
⠴ a94ad0a7969a Waiting 2.6s
⠴ e37c7fdc11f3 Waiting 2.6s
⠴ ec80463cb314 Waiting 2.6s
[+] Running 1/326 Waiting 2.6s
⠦ sb_database Pulling 4.7s
⠦ 5a7855fb0d7a Waiting 2.7s
⠦ 93835005f83f Waiting 2.7s
⠦ 85b1c8f1aa26 Waiting 2.7s
⠦ b9207ce7ec0c Waiting 2.7s
⠦ a98a90fbda7b Waiting 2.7s
⠦ a94ad0a7969a Waiting 2.7s
⠦ e37c7fdc11f3 Waiting 2.7s
⠦ ec80463cb314 Waiting 2.7s
[+] Running 1/326 Waiting 2.7s
⠧ sb_database Pulling 4.8s
⠧ 5a7855fb0d7a Waiting 2.8s
⠧ 93835005f83f Waiting 2.8s
⠧ 85b1c8f1aa26 Waiting 2.8s
⠧ b9207ce7ec0c Waiting 2.8s
⠧ a98a90fbda7b Waiting 2.8s
⠧ a94ad0a7969a Waiting 2.8s
⠧ e37c7fdc11f3 Waiting 2.8s
⠧ ec80463cb314 Waiting 2.8s
[+] Running 1/326 Waiting 2.8s
⠇ sb_database Pulling 4.9s
⠇ 5a7855fb0d7a Waiting 2.9s
⠇ 93835005f83f Waiting 2.9s
⠇ 85b1c8f1aa26 Waiting 2.9s
⠇ b9207ce7ec0c Waiting 2.9s
⠇ a98a90fbda7b Waiting 2.9s
⠇ a94ad0a7969a Waiting 2.9s
⠇ e37c7fdc11f3 Waiting 2.9s
⠇ ec80463cb314 Waiting 2.9s
[+] Running 1/326 Waiting 2.9s
⠏ sb_database Pulling 5.0s
⠏ 5a7855fb0d7a Waiting 3.0s
⠏ 93835005f83f Waiting 3.0s
⠏ 85b1c8f1aa26 Waiting 3.0s
⠏ b9207ce7ec0c Waiting 3.0s
⠏ a98a90fbda7b Waiting 3.0s
⠏ a94ad0a7969a Waiting 3.0s
⠏ e37c7fdc11f3 Waiting 3.0s
⠏ ec80463cb314 Waiting 3.0s
[+] Running 1/326 Waiting 3.0s
⠋ sb_database Pulling 5.1s
⠋ 5a7855fb0d7a Waiting 3.0s
⠋ 93835005f83f Waiting 3.0s
⠋ 85b1c8f1aa26 Waiting 3.0s
⠋ b9207ce7ec0c Waiting 3.0s
⠋ a98a90fbda7b Waiting 3.0s
⠋ a94ad0a7969a Waiting 3.0s
⠋ e37c7fdc11f3 Waiting 3.0s
⠋ ec80463cb314 Waiting 3.0s
[+] Running 2/326 Waiting 3.0s
⠙ sb_database Pulling 5.2s
⠙ 5a7855fb0d7a Downloading [> ... 3.2s
⠙ 93835005f83f Waiting 3.2s
⠙ 85b1c8f1aa26 Waiting 3.2s
⠙ b9207ce7ec0c Waiting 3.2s
⠙ a98a90fbda7b Waiting 3.2s
⠙ a94ad0a7969a Waiting 3.2s
⠙ e37c7fdc11f3 Waiting 3.2s
⠙ ec80463cb314 Waiting 3.2s
[+] Running 2/326 Waiting 3.2s
⠹ sb_database Pulling 5.3s
⠹ 5a7855fb0d7a Downloading [===========> ... 3.3s
⠹ 93835005f83f Download complete 3.3s
⠹ 85b1c8f1aa26 Waiting 3.3s
⠹ b9207ce7ec0c Waiting 3.3s
⠹ a98a90fbda7b Waiting 3.3s
⠹ a94ad0a7969a Waiting 3.3s
⠹ e37c7fdc11f3 Waiting 3.3s
⠹ ec80463cb314 Waiting 3.3s
[+] Running 2/326 Waiting 3.3s
⠸ sb_database Pulling 5.4s
⠸ 5a7855fb0d7a Downloading [======================... 3.4s
⠸ 93835005f83f Download complete 3.4s
⠸ 85b1c8f1aa26 Waiting 3.4s
⠸ b9207ce7ec0c Waiting 3.4s
⠸ a98a90fbda7b Waiting 3.4s
⠸ a94ad0a7969a Waiting 3.4s
⠸ e37c7fdc11f3 Waiting 3.4s
⠸ ec80463cb314 Waiting 3.4s
[+] Running 2/326 Waiting 3.4s
⠼ sb_database Pulling 5.5s
⠼ 5a7855fb0d7a Downloading [======================... 3.5s
⠼ 93835005f83f Download complete 3.5s
⠼ 85b1c8f1aa26 Download complete 3.5s
⠼ b9207ce7ec0c Waiting 3.5s
⠼ a98a90fbda7b Waiting 3.5s
⠼ a94ad0a7969a Waiting 3.5s
⠼ e37c7fdc11f3 Waiting 3.5s
⠼ ec80463cb314 Waiting 3.5s
[+] Running 2/326 Waiting 3.5s
⠴ sb_database Pulling 5.6s
⠴ 5a7855fb0d7a Downloading [======================... 3.5s
⠴ 93835005f83f Download complete 3.5s
⠴ 85b1c8f1aa26 Download complete 3.6s
⠴ b9207ce7ec0c Waiting 3.6s
⠴ a98a90fbda7b Waiting 3.5s
⠴ a94ad0a7969a Waiting 3.5s
⠴ e37c7fdc11f3 Waiting 3.5s
⠴ ec80463cb314 Waiting 3.5s
[+] Running 2/326 Waiting 3.5s
⠦ sb_database Pulling 5.7s
⠦ 5a7855fb0d7a Download complete 3.7s
⠦ 93835005f83f Download complete 3.7s
⠦ 85b1c8f1aa26 Download complete 3.7s
⠦ b9207ce7ec0c Download complete 3.7s
⠦ a98a90fbda7b Waiting 3.7s
⠦ a94ad0a7969a Waiting 3.7s
⠦ e37c7fdc11f3 Waiting 3.7s
⠦ ec80463cb314 Waiting 3.7s
[+] Running 2/326 Waiting 3.7s
⠧ sb_database Pulling 5.8s
⠧ 5a7855fb0d7a Extracting [> ... 3.8s
⠧ 93835005f83f Download complete 3.8s
⠧ 85b1c8f1aa26 Download complete 3.8s
⠧ b9207ce7ec0c Download complete 3.8s
⠧ a98a90fbda7b Waiting 3.8s
⠧ a94ad0a7969a Waiting 3.8s
⠧ e37c7fdc11f3 Waiting 3.8s
⠧ ec80463cb314 Waiting 3.8s
[+] Running 2/326 Waiting 3.8s
⠇ sb_database Pulling 5.9s
⠇ 5a7855fb0d7a Extracting [===========> ... 3.9s
⠇ 93835005f83f Download complete 3.9s
⠇ 85b1c8f1aa26 Download complete 3.9s
⠇ b9207ce7ec0c Download complete 3.9s
⠇ a98a90fbda7b Download complete 3.9s
⠇ a94ad0a7969a Waiting 3.9s
⠇ e37c7fdc11f3 Waiting 3.9s
⠇ ec80463cb314 Waiting 3.9s
[+] Running 2/326 Waiting 3.9s
⠏ sb_database Pulling 6.0s
⠏ 5a7855fb0d7a Extracting [=======================... 4.0s
⠏ 93835005f83f Download complete 4.0s
⠏ 85b1c8f1aa26 Download complete 4.0s
⠏ b9207ce7ec0c Download complete 4.0s
⠏ a98a90fbda7b Download complete 4.0s
⠏ a94ad0a7969a Waiting 4.0s
⠏ e37c7fdc11f3 Waiting 4.0s
⠏ ec80463cb314 Waiting 4.0s
[+] Running 2/326 Waiting 4.0s
⠋ sb_database Pulling 6.1s
⠋ 5a7855fb0d7a Extracting [=====================... 4.1s
⠋ 93835005f83f Download complete 4.1s
⠋ 85b1c8f1aa26 Download complete 4.1s
⠋ b9207ce7ec0c Download complete 4.1s
⠋ a98a90fbda7b Download complete 4.1s
⠋ a94ad0a7969a Download complete 4.1s
⠋ e37c7fdc11f3 Waiting 4.1s
⠋ ec80463cb314 Waiting 4.1s
[+] Running 2/326 Waiting 4.1s
⠙ sb_database Pulling 6.2s
⠙ 5a7855fb0d7a Extracting [===================... 4.1s
⠙ 93835005f83f Download complete 4.1s
⠙ 85b1c8f1aa26 Download complete 4.1s
⠙ b9207ce7ec0c Download complete 4.2s
⠙ a98a90fbda7b Download complete 4.2s
⠙ a94ad0a7969a Download complete 4.1s
⠙ e37c7fdc11f3 Download complete 4.1s
⠙ ec80463cb314 Waiting 4.1s
[+] Running 2/326 Waiting 4.1s
⠹ sb_database Pulling 6.3s
⠹ 5a7855fb0d7a Extracting [===================... 4.3s
⠹ 93835005f83f Download complete 4.3s
⠹ 85b1c8f1aa26 Download complete 4.3s
⠹ b9207ce7ec0c Download complete 4.3s
⠹ a98a90fbda7b Download complete 4.3s
⠹ a94ad0a7969a Download complete 4.3s
⠹ e37c7fdc11f3 Download complete 4.3s
⠹ ec80463cb314 Downloading [> ... 4.3s
[+] Running 2/326 Waiting 4.3s
⠸ sb_database Pulling 6.4s
⠸ 5a7855fb0d7a Extracting [===================... 4.3s
⠸ 93835005f83f Download complete 4.3s
⠸ 85b1c8f1aa26 Download complete 4.3s
⠸ b9207ce7ec0c Download complete 4.3s
⠸ a98a90fbda7b Download complete 4.3s
⠸ a94ad0a7969a Download complete 4.3s
⠸ e37c7fdc11f3 Download complete 4.3s
⠸ ec80463cb314 Downloading [====> ... 4.3s
[+] Running 2/326 Waiting 4.3s
⠼ sb_database Pulling 6.5s
⠼ 5a7855fb0d7a Extracting [===============... 4.5s
⠼ 93835005f83f Download complete 4.5s
⠼ 85b1c8f1aa26 Download complete 4.5s
⠼ b9207ce7ec0c Download complete 4.5s
⠼ a98a90fbda7b Download complete 4.5s
⠼ a94ad0a7969a Download complete 4.5s
⠼ e37c7fdc11f3 Download complete 4.5s
⠼ ec80463cb314 Downloading [===========> ... 4.5s
[+] Running 2/326 Download complete 4.5s
⠴ sb_database Pulling 6.6s
⠴ 5a7855fb0d7a Extracting [=============... 4.6s
⠴ 93835005f83f Download complete 4.6s
⠴ 85b1c8f1aa26 Download complete 4.6s
⠴ b9207ce7ec0c Download complete 4.6s
⠴ a98a90fbda7b Download complete 4.6s
⠴ a94ad0a7969a Download complete 4.6s
⠴ e37c7fdc11f3 Download complete 4.6s
⠴ ec80463cb314 Downloading [============... 4.6s
[+] Running 2/326 Download complete 4.6s
⠦ sb_database Pulling 6.7s
⠦ 5a7855fb0d7a Extracting [=============... 4.7s
⠦ 93835005f83f Download complete 4.7s
⠦ 85b1c8f1aa26 Download complete 4.7s
⠦ b9207ce7ec0c Download complete 4.7s
⠦ a98a90fbda7b Download complete 4.6s
⠦ a94ad0a7969a Download complete 4.6s
⠦ e37c7fdc11f3 Download complete 4.6s
⠦ ec80463cb314 Downloading [============... 4.6s
[+] Running 2/326 Download complete 4.6s
⠧ sb_database Pulling 6.8s
⠧ 5a7855fb0d7a Extracting [=============... 4.8s
⠧ 93835005f83f Download complete 4.8s
⠧ 85b1c8f1aa26 Download complete 4.8s
⠧ b9207ce7ec0c Download complete 4.8s
⠧ a98a90fbda7b Download complete 4.8s
⠧ a94ad0a7969a Download complete 4.8s
⠧ e37c7fdc11f3 Download complete 4.8s
⠧ ec80463cb314 Downloading [============... 4.8s
[+] Running 2/326 Download complete 4.8s
⠇ sb_database Pulling 6.9s
⠇ 5a7855fb0d7a Extracting [=============... 4.9s
⠇ 93835005f83f Download complete 4.9s
⠇ 85b1c8f1aa26 Download complete 4.9s
⠇ b9207ce7ec0c Download complete 4.9s
⠇ a98a90fbda7b Download complete 4.9s
⠇ a94ad0a7969a Download complete 4.9s
⠇ e37c7fdc11f3 Download complete 4.9s
⠇ ec80463cb314 Downloading [============... 4.9s
[+] Running 2/326 Download complete 4.9s
⠏ sb_database Pulling 7.0s
⠏ 5a7855fb0d7a Extracting [=============... 5.0s
⠏ 93835005f83f Download complete 5.0s
⠏ 85b1c8f1aa26 Download complete 5.0s
⠏ b9207ce7ec0c Download complete 5.0s
⠏ a98a90fbda7b Download complete 5.0s
⠏ a94ad0a7969a Download complete 5.0s
⠏ e37c7fdc11f3 Download complete 5.0s
⠏ ec80463cb314 Downloading [============... 5.0s
[+] Running 2/326 Download complete 5.0s
⠋ sb_database Pulling 7.1s
⠋ 5a7855fb0d7a Extracting [=============... 5.1s
⠋ 93835005f83f Download complete 5.1s
⠋ 85b1c8f1aa26 Download complete 5.1s
⠋ b9207ce7ec0c Download complete 5.1s
⠋ a98a90fbda7b Download complete 5.1s
⠋ a94ad0a7969a Download complete 5.1s
⠋ e37c7fdc11f3 Download complete 5.1s
⠋ ec80463cb314 Downloading [============... 5.1s
[+] Running 2/326 Download complete 5.1s
⠙ sb_database Pulling 7.2s
⠙ 5a7855fb0d7a Extracting [=============... 5.1s
⠙ 93835005f83f Download complete 5.1s
⠙ 85b1c8f1aa26 Download complete 5.1s
⠙ b9207ce7ec0c Download complete 5.1s
⠙ a98a90fbda7b Download complete 5.1s
⠙ a94ad0a7969a Download complete 5.1s
⠙ e37c7fdc11f3 Download complete 5.1s
⠙ ec80463cb314 Downloading [============... 5.1s
[+] Running 2/326 Download complete 5.1s
⠹ sb_database Pulling 7.3s
⠹ 5a7855fb0d7a Extracting [=============... 5.2s
⠹ 93835005f83f Download complete 5.2s
⠹ 85b1c8f1aa26 Download complete 5.2s
⠹ b9207ce7ec0c Download complete 5.2s
⠹ a98a90fbda7b Download complete 5.2s
⠹ a94ad0a7969a Download complete 5.2s
⠹ e37c7fdc11f3 Download complete 5.2s
⠹ ec80463cb314 Downloading [============... 5.2s
[+] Running 2/326 Download complete 5.2s
⠸ sb_database Pulling 7.4s
⠸ 5a7855fb0d7a Extracting [=============... 5.3s
⠸ 93835005f83f Download complete 5.3s
⠸ 85b1c8f1aa26 Download complete 5.3s
⠸ b9207ce7ec0c Download complete 5.3s
⠸ a98a90fbda7b Download complete 5.3s
⠸ a94ad0a7969a Download complete 5.3s
⠸ e37c7fdc11f3 Download complete 5.3s
⠸ ec80463cb314 Downloading [============... 5.3s
[+] Running 2/326 Download complete 5.3s
⠼ sb_database Pulling 7.5s
⠼ 5a7855fb0d7a Extracting [=============... 5.5s
⠼ 93835005f83f Download complete 5.5s
⠼ 85b1c8f1aa26 Download complete 5.5s
⠼ b9207ce7ec0c Download complete 5.5s
⠼ a98a90fbda7b Download complete 5.5s
⠼ a94ad0a7969a Download complete 5.5s
⠼ e37c7fdc11f3 Download complete 5.5s
⠼ ec80463cb314 Download complete 5.5s
[+] Running 2/326 Download complete 5.5s
⠴ sb_database Pulling 7.6s
⠴ 5a7855fb0d7a Extracting [=============... 5.5s
⠴ 93835005f83f Download complete 5.5s
⠴ 85b1c8f1aa26 Download complete 5.5s
⠴ b9207ce7ec0c Download complete 5.5s
⠴ a98a90fbda7b Download complete 5.5s
⠴ a94ad0a7969a Download complete 5.5s
⠴ e37c7fdc11f3 Download complete 5.5s
⠴ ec80463cb314 Download complete 5.5s
[+] Running 2/326 Download complete 5.5s
⠦ sb_database Pulling 7.7s
⠦ 5a7855fb0d7a Extracting [=============... 5.7s
⠦ 93835005f83f Download complete 5.7s
⠦ 85b1c8f1aa26 Download complete 5.7s
⠦ b9207ce7ec0c Download complete 5.7s
⠦ a98a90fbda7b Download complete 5.7s
⠦ a94ad0a7969a Download complete 5.7s
⠦ e37c7fdc11f3 Download complete 5.7s
⠦ ec80463cb314 Download complete 5.7s
[+] Running 2/326 Download complete 5.7s
⠧ sb_database Pulling 7.8s
⠧ 5a7855fb0d7a Extracting [=============... 5.8s
⠧ 93835005f83f Download complete 5.8s
⠧ 85b1c8f1aa26 Download complete 5.8s
⠧ b9207ce7ec0c Download complete 5.8s
⠧ a98a90fbda7b Download complete 5.8s
⠧ a94ad0a7969a Download complete 5.8s
⠧ e37c7fdc11f3 Download complete 5.8s
⠧ ec80463cb314 Download complete 5.8s
[+] Running 2/326 Download complete 5.8s
⠇ sb_database Pulling 7.9s
⠇ 5a7855fb0d7a Extracting [=============... 5.9s
⠇ 93835005f83f Download complete 5.9s
⠇ 85b1c8f1aa26 Download complete 5.9s
⠇ b9207ce7ec0c Download complete 5.9s
⠇ a98a90fbda7b Download complete 5.9s
⠇ a94ad0a7969a Download complete 5.9s
⠇ e37c7fdc11f3 Download complete 5.9s
⠇ ec80463cb314 Download complete 5.9s
[+] Running 2/326 Download complete 5.9s
⠏ sb_database Pulling 8.0s
⠏ 5a7855fb0d7a Extracting [=============... 6.0s
⠏ 93835005f83f Download complete 6.0s
⠏ 85b1c8f1aa26 Download complete 6.0s
⠏ b9207ce7ec0c Download complete 6.0s
⠏ a98a90fbda7b Download complete 6.0s
⠏ a94ad0a7969a Download complete 6.0s
⠏ e37c7fdc11f3 Download complete 6.0s
⠏ ec80463cb314 Download complete 6.0s
[+] Running 3/326 Download complete 6.0s
⠋ sb_database Pulling 8.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠋ 93835005f83f Download complete 6.1s
⠋ 85b1c8f1aa26 Download complete 6.1s
⠋ b9207ce7ec0c Download complete 6.1s
⠋ a98a90fbda7b Download complete 6.1s
⠋ a94ad0a7969a Download complete 6.1s
⠋ e37c7fdc11f3 Download complete 6.1s
⠋ ec80463cb314 Download complete 6.1s
[+] Running 3/326 Download complete 6.1s
⠙ sb_database Pulling 8.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠙ 93835005f83f Extracting [=============... 6.2s
⠙ 85b1c8f1aa26 Download complete 6.2s
⠙ b9207ce7ec0c Download complete 6.2s
⠙ a98a90fbda7b Download complete 6.2s
⠙ a94ad0a7969a Download complete 6.2s
⠙ e37c7fdc11f3 Download complete 6.2s
⠙ ec80463cb314 Download complete 6.2s
[+] Running 3/326 Download complete 6.2s
⠹ sb_database Pulling 8.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠹ 93835005f83f Extracting [=============... 6.3s
⠹ 85b1c8f1aa26 Download complete 6.3s
⠹ b9207ce7ec0c Download complete 6.3s
⠹ a98a90fbda7b Download complete 6.3s
⠹ a94ad0a7969a Download complete 6.3s
⠹ e37c7fdc11f3 Download complete 6.3s
⠹ ec80463cb314 Download complete 6.3s
[+] Running 3/326 Download complete 6.3s
⠸ sb_database Pulling 8.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠸ 93835005f83f Extracting [=============... 6.3s
⠸ 85b1c8f1aa26 Download complete 6.3s
⠸ b9207ce7ec0c Download complete 6.3s
⠸ a98a90fbda7b Download complete 6.3s
⠸ a94ad0a7969a Download complete 6.3s
⠸ e37c7fdc11f3 Download complete 6.3s
⠸ ec80463cb314 Download complete 6.3s
[+] Running 3/326 Download complete 6.3s
⠼ sb_database Pulling 8.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠼ 93835005f83f Extracting [=============... 6.5s
⠼ 85b1c8f1aa26 Download complete 6.5s
⠼ b9207ce7ec0c Download complete 6.5s
⠼ a98a90fbda7b Download complete 6.5s
⠼ a94ad0a7969a Download complete 6.5s
⠼ e37c7fdc11f3 Download complete 6.5s
⠼ ec80463cb314 Download complete 6.5s
[+] Running 3/326 Download complete 6.5s
⠴ sb_database Pulling 8.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠴ 93835005f83f Extracting [=============... 6.6s
⠴ 85b1c8f1aa26 Download complete 6.6s
⠴ b9207ce7ec0c Download complete 6.6s
⠴ a98a90fbda7b Download complete 6.6s
⠴ a94ad0a7969a Download complete 6.6s
⠴ e37c7fdc11f3 Download complete 6.6s
⠴ ec80463cb314 Download complete 6.6s
[+] Running 3/326 Download complete 6.6s
⠦ sb_database Pulling 8.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠦ 93835005f83f Extracting [=============... 6.7s
⠦ 85b1c8f1aa26 Download complete 6.7s
⠦ b9207ce7ec0c Download complete 6.7s
⠦ a98a90fbda7b Download complete 6.7s
⠦ a94ad0a7969a Download complete 6.7s
⠦ e37c7fdc11f3 Download complete 6.7s
⠦ ec80463cb314 Download complete 6.7s
[+] Running 3/326 Download complete 6.7s
⠧ sb_database Pulling 8.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠧ 93835005f83f Extracting [=============... 6.7s
⠧ 85b1c8f1aa26 Download complete 6.7s
⠧ b9207ce7ec0c Download complete 6.7s
⠧ a98a90fbda7b Download complete 6.7s
⠧ a94ad0a7969a Download complete 6.7s
⠧ e37c7fdc11f3 Download complete 6.7s
⠧ ec80463cb314 Download complete 6.7s
[+] Running 3/326 Download complete 6.7s
⠇ sb_database Pulling 8.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠇ 93835005f83f Extracting [=============... 6.9s
⠇ 85b1c8f1aa26 Download complete 6.9s
⠇ b9207ce7ec0c Download complete 6.9s
⠇ a98a90fbda7b Download complete 6.9s
⠇ a94ad0a7969a Download complete 6.9s
⠇ e37c7fdc11f3 Download complete 6.9s
⠇ ec80463cb314 Download complete 6.9s
[+] Running 3/326 Download complete 6.9s
⠏ sb_database Pulling 9.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠏ 93835005f83f Extracting [=============... 7.0s
⠏ 85b1c8f1aa26 Download complete 7.0s
⠏ b9207ce7ec0c Download complete 7.0s
⠏ a98a90fbda7b Download complete 7.0s
⠏ a94ad0a7969a Download complete 7.0s
⠏ e37c7fdc11f3 Download complete 7.0s
⠏ ec80463cb314 Download complete 7.0s
[+] Running 3/326 Download complete 7.0s
⠋ sb_database Pulling 9.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠋ 93835005f83f Extracting [=============... 7.1s
⠋ 85b1c8f1aa26 Download complete 7.1s
⠋ b9207ce7ec0c Download complete 7.1s
⠋ a98a90fbda7b Download complete 7.1s
⠋ a94ad0a7969a Download complete 7.1s
⠋ e37c7fdc11f3 Download complete 7.1s
⠋ ec80463cb314 Download complete 7.1s
[+] Running 3/326 Download complete 7.1s
⠙ sb_database Pulling 9.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠙ 93835005f83f Extracting [=============... 7.1s
⠙ 85b1c8f1aa26 Download complete 7.1s
⠙ b9207ce7ec0c Download complete 7.2s
⠙ a98a90fbda7b Download complete 7.1s
⠙ a94ad0a7969a Download complete 7.1s
⠙ e37c7fdc11f3 Download complete 7.1s
⠙ ec80463cb314 Download complete 7.1s
[+] Running 3/326 Download complete 7.2s
⠹ sb_database Pulling 9.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠹ 93835005f83f Extracting [=============... 7.3s
⠹ 85b1c8f1aa26 Download complete 7.3s
⠹ b9207ce7ec0c Download complete 7.3s
⠹ a98a90fbda7b Download complete 7.3s
⠹ a94ad0a7969a Download complete 7.3s
⠹ e37c7fdc11f3 Download complete 7.3s
⠹ ec80463cb314 Download complete 7.3s
[+] Running 3/326 Download complete 7.3s
⠸ sb_database Pulling 9.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠸ 93835005f83f Extracting [=============... 7.4s
⠸ 85b1c8f1aa26 Download complete 7.4s
⠸ b9207ce7ec0c Download complete 7.4s
⠸ a98a90fbda7b Download complete 7.4s
⠸ a94ad0a7969a Download complete 7.4s
⠸ e37c7fdc11f3 Download complete 7.4s
⠸ ec80463cb314 Download complete 7.4s
[+] Running 3/326 Download complete 7.4s
⠼ sb_database Pulling 9.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠼ 93835005f83f Extracting [=============... 7.5s
⠼ 85b1c8f1aa26 Download complete 7.5s
⠼ b9207ce7ec0c Download complete 7.5s
⠼ a98a90fbda7b Download complete 7.5s
⠼ a94ad0a7969a Download complete 7.5s
⠼ e37c7fdc11f3 Download complete 7.5s
⠼ ec80463cb314 Download complete 7.5s
[+] Running 3/326 Download complete 7.5s
⠴ sb_database Pulling 9.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠴ 93835005f83f Extracting [=============... 7.6s
⠴ 85b1c8f1aa26 Download complete 7.6s
⠴ b9207ce7ec0c Download complete 7.6s
⠴ a98a90fbda7b Download complete 7.6s
⠴ a94ad0a7969a Download complete 7.6s
⠴ e37c7fdc11f3 Download complete 7.6s
⠴ ec80463cb314 Download complete 7.6s
[+] Running 3/326 Download complete 7.6s
⠦ sb_database Pulling 9.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠦ 93835005f83f Extracting [=============... 7.6s
⠦ 85b1c8f1aa26 Download complete 7.6s
⠦ b9207ce7ec0c Download complete 7.6s
⠦ a98a90fbda7b Download complete 7.6s
⠦ a94ad0a7969a Download complete 7.6s
⠦ e37c7fdc11f3 Download complete 7.6s
⠦ ec80463cb314 Download complete 7.6s
[+] Running 3/326 Download complete 7.6s
⠧ sb_database Pulling 9.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠧ 93835005f83f Extracting [=============... 7.8s
⠧ 85b1c8f1aa26 Download complete 7.8s
⠧ b9207ce7ec0c Download complete 7.8s
⠧ a98a90fbda7b Download complete 7.8s
⠧ a94ad0a7969a Download complete 7.8s
⠧ e37c7fdc11f3 Download complete 7.8s
⠧ ec80463cb314 Download complete 7.8s
[+] Running 3/326 Download complete 7.8s
⠇ sb_database Pulling 9.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠇ 93835005f83f Extracting [=============... 7.9s
⠇ 85b1c8f1aa26 Download complete 7.9s
⠇ b9207ce7ec0c Download complete 7.9s
⠇ a98a90fbda7b Download complete 7.9s
⠇ a94ad0a7969a Download complete 7.9s
⠇ e37c7fdc11f3 Download complete 7.9s
⠇ ec80463cb314 Download complete 7.9s
[+] Running 3/326 Download complete 7.9s
⠏ sb_database Pulling 10.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠏ 93835005f83f Extracting [=============... 8.0s
⠏ 85b1c8f1aa26 Download complete 8.0s
⠏ b9207ce7ec0c Download complete 8.0s
⠏ a98a90fbda7b Download complete 8.0s
⠏ a94ad0a7969a Download complete 8.0s
⠏ e37c7fdc11f3 Download complete 8.0s
⠏ ec80463cb314 Download complete 8.0s
[+] Running 3/326 Download complete 8.0s
⠋ sb_database Pulling 10.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠋ 93835005f83f Extracting [=============... 8.0s
⠋ 85b1c8f1aa26 Download complete 8.0s
⠋ b9207ce7ec0c Download complete 8.0s
⠋ a98a90fbda7b Download complete 8.0s
⠋ a94ad0a7969a Download complete 8.0s
⠋ e37c7fdc11f3 Download complete 8.0s
⠋ ec80463cb314 Download complete 8.0s
[+] Running 3/326 Download complete 8.0s
⠙ sb_database Pulling 10.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠙ 93835005f83f Extracting [=============... 8.1s
⠙ 85b1c8f1aa26 Download complete 8.1s
⠙ b9207ce7ec0c Download complete 8.1s
⠙ a98a90fbda7b Download complete 8.1s
⠙ a94ad0a7969a Download complete 8.1s
⠙ e37c7fdc11f3 Download complete 8.1s
⠙ ec80463cb314 Download complete 8.1s
[+] Running 3/326 Download complete 8.1s
⠹ sb_database Pulling 10.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠹ 93835005f83f Extracting [=============... 8.3s
⠹ 85b1c8f1aa26 Download complete 8.3s
⠹ b9207ce7ec0c Download complete 8.3s
⠹ a98a90fbda7b Download complete 8.3s
⠹ a94ad0a7969a Download complete 8.3s
⠹ e37c7fdc11f3 Download complete 8.3s
⠹ ec80463cb314 Download complete 8.3s
[+] Running 3/326 Download complete 8.3s
⠸ sb_database Pulling 10.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠸ 93835005f83f Extracting [=============... 8.3s
⠸ 85b1c8f1aa26 Download complete 8.3s
⠸ b9207ce7ec0c Download complete 8.3s
⠸ a98a90fbda7b Download complete 8.3s
⠸ a94ad0a7969a Download complete 8.3s
⠸ e37c7fdc11f3 Download complete 8.3s
⠸ ec80463cb314 Download complete 8.3s
[+] Running 3/326 Download complete 8.3s
⠼ sb_database Pulling 10.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠼ 93835005f83f Extracting [=============... 8.4s
⠼ 85b1c8f1aa26 Download complete 8.4s
⠼ b9207ce7ec0c Download complete 8.4s
⠼ a98a90fbda7b Download complete 8.4s
⠼ a94ad0a7969a Download complete 8.5s
⠼ e37c7fdc11f3 Download complete 8.5s
⠼ ec80463cb314 Download complete 8.5s
[+] Running 3/326 Download complete 8.5s
⠴ sb_database Pulling 10.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠴ 93835005f83f Extracting [=============... 8.6s
⠴ 85b1c8f1aa26 Download complete 8.6s
⠴ b9207ce7ec0c Download complete 8.6s
⠴ a98a90fbda7b Download complete 8.6s
⠴ a94ad0a7969a Download complete 8.6s
⠴ e37c7fdc11f3 Download complete 8.6s
⠴ ec80463cb314 Download complete 8.6s
[+] Running 3/326 Download complete 8.6s
⠦ sb_database Pulling 10.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠦ 93835005f83f Extracting [=============... 8.7s
⠦ 85b1c8f1aa26 Download complete 8.7s
⠦ b9207ce7ec0c Download complete 8.7s
⠦ a98a90fbda7b Download complete 8.7s
⠦ a94ad0a7969a Download complete 8.7s
⠦ e37c7fdc11f3 Download complete 8.7s
⠦ ec80463cb314 Download complete 8.7s
[+] Running 3/326 Download complete 8.7s
⠧ sb_database Pulling 10.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠧ 93835005f83f Extracting [=============... 8.8s
⠧ 85b1c8f1aa26 Download complete 8.8s
⠧ b9207ce7ec0c Download complete 8.8s
⠧ a98a90fbda7b Download complete 8.8s
⠧ a94ad0a7969a Download complete 8.8s
⠧ e37c7fdc11f3 Download complete 8.8s
⠧ ec80463cb314 Download complete 8.8s
[+] Running 3/326 Download complete 8.8s
⠇ sb_database Pulling 10.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠇ 93835005f83f Extracting [=============... 8.9s
⠇ 85b1c8f1aa26 Download complete 8.9s
⠇ b9207ce7ec0c Download complete 8.9s
⠇ a98a90fbda7b Download complete 8.9s
⠇ a94ad0a7969a Download complete 8.9s
⠇ e37c7fdc11f3 Download complete 8.9s
⠇ ec80463cb314 Download complete 8.9s
[+] Running 3/326 Download complete 8.9s
⠏ sb_database Pulling 11.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠏ 93835005f83f Extracting [=============... 9.0s
⠏ 85b1c8f1aa26 Download complete 9.0s
⠏ b9207ce7ec0c Download complete 9.0s
⠏ a98a90fbda7b Download complete 9.0s
⠏ a94ad0a7969a Download complete 9.0s
⠏ e37c7fdc11f3 Download complete 9.0s
⠏ ec80463cb314 Download complete 9.0s
[+] Running 5/326 Download complete 9.0s
⠋ sb_database Pulling 11.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠋ 85b1c8f1aa26 Extracting [> ... 9.0s
⠋ b9207ce7ec0c Download complete 9.0s
⠋ a98a90fbda7b Download complete 9.0s
⠋ a94ad0a7969a Download complete 9.0s
⠋ e37c7fdc11f3 Download complete 9.0s
⠋ ec80463cb314 Download complete 9.0s
[+] Running 6/326 Download complete 9.0s
⠙ sb_database Pulling 11.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠙ 85b1c8f1aa26 Extracting [=============... 9.2s
⠙ b9207ce7ec0c Download complete 9.2s
⠙ a98a90fbda7b Download complete 9.2s
⠙ a94ad0a7969a Download complete 9.2s
⠙ e37c7fdc11f3 Download complete 9.2s
⠙ ec80463cb314 Download complete 9.2s
[+] Running 6/326 Download complete 9.2s
⠹ sb_database Pulling 11.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠹ 85b1c8f1aa26 Extracting [=============... 9.3s
⠹ b9207ce7ec0c Download complete 9.3s
⠹ a98a90fbda7b Download complete 9.3s
⠹ a94ad0a7969a Download complete 9.3s
⠹ e37c7fdc11f3 Download complete 9.3s
⠹ ec80463cb314 Download complete 9.3s
[+] Running 8/326 Download complete 9.3s
⠸ sb_database Pulling 11.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠸ b9207ce7ec0c Extracting [> ... 9.4s
⠸ a98a90fbda7b Download complete 9.4s
⠸ a94ad0a7969a Download complete 9.4s
⠸ e37c7fdc11f3 Download complete 9.4s
⠸ ec80463cb314 Download complete 9.4s
[+] Running 8/326 Download complete 9.4s
⠼ sb_database Pulling 11.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠼ b9207ce7ec0c Extracting [=============... 9.5s
⠼ a98a90fbda7b Download complete 9.5s
⠼ a94ad0a7969a Download complete 9.5s
⠼ e37c7fdc11f3 Download complete 9.5s
⠼ ec80463cb314 Download complete 9.5s
[+] Running 8/326 Download complete 9.5s
⠴ sb_database Pulling 11.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠴ b9207ce7ec0c Extracting [=============... 9.6s
⠴ a98a90fbda7b Download complete 9.6s
⠴ a94ad0a7969a Download complete 9.6s
⠴ e37c7fdc11f3 Download complete 9.6s
⠴ ec80463cb314 Download complete 9.6s
[+] Running 8/326 Download complete 9.6s
⠦ sb_database Pulling 11.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠦ b9207ce7ec0c Extracting [=============... 9.7s
⠦ a98a90fbda7b Download complete 9.7s
⠦ a94ad0a7969a Download complete 9.7s
⠦ e37c7fdc11f3 Download complete 9.7s
⠦ ec80463cb314 Download complete 9.7s
[+] Running 8/326 Download complete 9.7s
⠧ sb_database Pulling 11.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠧ b9207ce7ec0c Extracting [=============... 9.7s
⠧ a98a90fbda7b Download complete 9.7s
⠧ a94ad0a7969a Download complete 9.7s
⠧ e37c7fdc11f3 Download complete 9.7s
⠧ ec80463cb314 Download complete 9.7s
[+] Running 8/326 Download complete 9.7s
⠇ sb_database Pulling 11.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠇ b9207ce7ec0c Extracting [=============... 9.9s
⠇ a98a90fbda7b Download complete 9.9s
⠇ a94ad0a7969a Download complete 9.9s
⠇ e37c7fdc11f3 Download complete 9.9s
⠇ ec80463cb314 Download complete 9.9s
[+] Running 8/326 Download complete 9.9s
⠏ sb_database Pulling 12.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠏ b9207ce7ec0c Extracting [=============... 10.0s
⠏ a98a90fbda7b Download complete 10.0s
⠏ a94ad0a7969a Download complete 10.0s
⠏ e37c7fdc11f3 Download complete 10.0s
⠏ ec80463cb314 Download complete 10.0s
[+] Running 9/326 Download complete 10.0s
⠋ sb_database Pulling 12.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠋ a98a90fbda7b Extracting [=============... 10.1s
⠋ a94ad0a7969a Download complete 10.1s
⠋ e37c7fdc11f3 Download complete 10.1s
⠋ ec80463cb314 Download complete 10.1s
[+] Running 9/326 Download complete 10.1s
⠙ sb_database Pulling 12.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠙ a98a90fbda7b Extracting [=============... 10.2s
⠙ a94ad0a7969a Download complete 10.2s
⠙ e37c7fdc11f3 Download complete 10.2s
⠙ ec80463cb314 Download complete 10.2s
[+] Running 9/326 Download complete 10.2s
⠹ sb_database Pulling 12.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠹ a98a90fbda7b Extracting [=============... 10.2s
⠹ a94ad0a7969a Download complete 10.2s
⠹ e37c7fdc11f3 Download complete 10.2s
⠹ ec80463cb314 Download complete 10.2s
[+] Running 9/326 Download complete 10.2s
⠸ sb_database Pulling 12.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠸ a98a90fbda7b Extracting [=============... 10.3s
⠸ a94ad0a7969a Download complete 10.3s
⠸ e37c7fdc11f3 Download complete 10.3s
⠸ ec80463cb314 Download complete 10.3s
[+] Running 9/326 Download complete 10.3s
⠼ sb_database Pulling 12.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠼ a98a90fbda7b Extracting [=============... 10.5s
⠼ a94ad0a7969a Download complete 10.5s
⠼ e37c7fdc11f3 Download complete 10.5s
⠼ ec80463cb314 Download complete 10.5s
[+] Running 11/32 Download complete 10.5s
⠴ sb_database Pulling 12.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠴ a94ad0a7969a Extracting [=============... 10.5s
⠴ e37c7fdc11f3 Download complete 10.5s
⠴ ec80463cb314 Download complete 10.5s
[+] Running 15/32 Download complete 10.5s
⠦ sb_database Pulling 12.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠦ ec80463cb314 Download complete 10.6s
[+] Running 15/32 Download complete 10.6s
⠧ sb_database Pulling 12.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠧ ec80463cb314 Extracting [> ... 10.8s
[+] Running 15/32 Download complete 10.8s
⠇ sb_database Pulling 12.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠇ ec80463cb314 Extracting [==> ... 10.8s
[+] Running 15/32 Download complete 10.8s
⠏ sb_database Pulling 13.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠏ ec80463cb314 Extracting [=====> ... 10.9s
[+] Running 15/32 Download complete 10.9s
⠋ sb_database Pulling 13.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠋ ec80463cb314 Extracting [=======> ... 11.1s
[+] Running 15/32 Download complete 11.1s
⠙ sb_database Pulling 13.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠙ ec80463cb314 Extracting [=========> ... 11.2s
[+] Running 15/32 Download complete 11.2s
⠹ sb_database Pulling 13.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠹ ec80463cb314 Extracting [===========> ... 11.3s
[+] Running 15/32 Download complete 11.3s
⠸ sb_database Pulling 13.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠸ ec80463cb314 Extracting [=============... 11.3s
[+] Running 15/32 Download complete 11.3s
⠼ sb_database Pulling 13.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠼ ec80463cb314 Extracting [=============... 11.5s
[+] Running 15/32 Download complete 11.5s
⠴ sb_database Pulling 13.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠴ ec80463cb314 Extracting [=============... 11.6s
[+] Running 15/32 Download complete 11.6s
⠦ sb_database Pulling 13.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠦ ec80463cb314 Extracting [=============... 11.7s
[+] Running 15/32 Download complete 11.7s
⠧ sb_database Pulling 13.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠧ ec80463cb314 Extracting [=============... 11.8s
[+] Running 15/32 Download complete 11.8s
⠇ sb_database Pulling 13.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠇ ec80463cb314 Extracting [=============... 11.8s
[+] Running 15/32 Download complete 11.8s
⠏ sb_database Pulling 14.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠏ ec80463cb314 Extracting [=============... 12.0s
[+] Running 15/32 Download complete 12.0s
⠋ sb_database Pulling 14.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠋ ec80463cb314 Extracting [=============... 12.1s
[+] Running 15/32 Download complete 12.1s
⠙ sb_database Pulling 14.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠙ ec80463cb314 Extracting [=============... 12.2s
[+] Running 15/32 Download complete 12.2s
⠹ sb_database Pulling 14.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠹ ec80463cb314 Extracting [=============... 12.2s
[+] Running 15/32 Download complete 12.2s
⠸ sb_database Pulling 14.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠸ ec80463cb314 Extracting [=============... 12.3s
[+] Running 15/32 Download complete 12.3s
⠼ sb_database Pulling 14.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠼ ec80463cb314 Extracting [=============... 12.5s
[+] Running 15/32 Download complete 12.5s
⠴ sb_database Pulling 14.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠴ ec80463cb314 Extracting [=============... 12.6s
[+] Running 15/32 Download complete 12.6s
⠦ sb_database Pulling 14.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠦ ec80463cb314 Extracting [=============... 12.7s
[+] Running 15/32 Download complete 12.7s
⠧ sb_database Pulling 14.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠧ ec80463cb314 Extracting [=============... 12.8s
[+] Running 15/32 Download complete 12.8s
⠇ sb_database Pulling 14.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠇ ec80463cb314 Extracting [=============... 12.8s
[+] Running 15/32 Download complete 12.8s
⠏ sb_database Pulling 15.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠏ ec80463cb314 Extracting [=============... 13.0s
[+] Running 15/32 Download complete 13.0s
⠋ sb_database Pulling 15.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠋ ec80463cb314 Extracting [=============... 13.1s
[+] Running 15/32 Download complete 13.1s
⠙ sb_database Pulling 15.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠙ ec80463cb314 Extracting [=============... 13.1s
[+] Running 15/32 Download complete 13.1s
⠹ sb_database Pulling 15.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠹ ec80463cb314 Extracting [=============... 13.3s
[+] Running 15/32 Download complete 13.3s
⠸ sb_database Pulling 15.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠸ ec80463cb314 Extracting [=============... 13.4s
[+] Running 15/32 Download complete 13.4s
⠼ sb_database Pulling 15.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠼ ec80463cb314 Extracting [=============... 13.5s
[+] Running 15/32 Download complete 13.5s
⠴ sb_database Pulling 15.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠴ ec80463cb314 Extracting [=============... 13.6s
[+] Running 15/32 Download complete 13.6s
⠦ sb_database Pulling 15.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠦ ec80463cb314 Extracting [=============... 13.6s
[+] Running 15/32 Download complete 13.6s
⠧ sb_database Pulling 15.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠧ ec80463cb314 Extracting [=============... 13.8s
[+] Running 15/32 Download complete 13.8s
⠇ sb_database Pulling 15.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠇ ec80463cb314 Extracting [=============... 13.9s
[+] Running 15/32 Download complete 13.9s
⠏ sb_database Pulling 16.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠏ ec80463cb314 Extracting [=============... 14.0s
[+] Running 15/32 Download complete 14.0s
⠋ sb_database Pulling 16.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠋ ec80463cb314 Extracting [=============... 14.0s
[+] Running 15/32 Download complete 14.0s
⠙ sb_database Pulling 16.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠙ ec80463cb314 Extracting [=============... 14.2s
[+] Running 15/32 Download complete 14.2s
⠹ sb_database Pulling 16.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠹ ec80463cb314 Extracting [=============... 14.3s
[+] Running 15/32 Download complete 14.3s
⠸ sb_database Pulling 16.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠸ ec80463cb314 Extracting [=============... 14.4s
[+] Running 15/32 Download complete 14.4s
⠼ sb_database Pulling 16.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠼ ec80463cb314 Extracting [=============... 14.4s
[+] Running 15/32 Download complete 14.4s
⠴ sb_database Pulling 16.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠴ ec80463cb314 Extracting [=============... 14.5s
[+] Running 15/32 Download complete 14.5s
⠦ sb_database Pulling 16.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠦ ec80463cb314 Extracting [=============... 14.7s
[+] Running 15/32 Download complete 14.7s
⠧ sb_database Pulling 16.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠧ ec80463cb314 Extracting [=============... 14.8s
[+] Running 15/32 Download complete 14.8s
⠇ sb_database Pulling 16.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠇ ec80463cb314 Extracting [=============... 14.9s
[+] Running 15/32 Download complete 14.9s
⠏ sb_database Pulling 17.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠏ ec80463cb314 Extracting [=============... 15.0s
[+] Running 15/32 Download complete 15.0s
⠋ sb_database Pulling 17.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠋ ec80463cb314 Extracting [=============... 15.1s
[+] Running 15/32 Download complete 15.1s
⠙ sb_database Pulling 17.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠙ ec80463cb314 Extracting [=============... 15.2s
[+] Running 15/32 Download complete 15.2s
⠹ sb_database Pulling 17.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠹ ec80463cb314 Extracting [=============... 15.3s
[+] Running 15/32 Download complete 15.3s
⠸ sb_database Pulling 17.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠸ ec80463cb314 Extracting [=============... 15.3s
[+] Running 15/32 Download complete 15.3s
⠼ sb_database Pulling 17.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠼ ec80463cb314 Extracting [=============... 15.5s
[+] Running 15/32 Download complete 15.5s
⠴ sb_database Pulling 17.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠴ ec80463cb314 Extracting [=============... 15.6s
[+] Running 15/32 Download complete 15.6s
⠦ sb_database Pulling 17.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠦ ec80463cb314 Extracting [=============... 15.7s
[+] Running 15/32 Download complete 15.7s
⠧ sb_database Pulling 17.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠧ ec80463cb314 Extracting [=============... 15.7s
[+] Running 15/32 Download complete 15.7s
⠇ sb_database Pulling 17.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠇ ec80463cb314 Extracting [=============... 15.9s
[+] Running 15/32 Download complete 15.9s
⠏ sb_database Pulling 18.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠏ ec80463cb314 Extracting [=============... 16.0s
[+] Running 15/32 Download complete 16.0s
⠋ sb_database Pulling 18.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠋ ec80463cb314 Extracting [=============... 16.1s
[+] Running 15/32 Download complete 16.1s
⠙ sb_database Pulling 18.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠙ ec80463cb314 Extracting [=============... 16.1s
[+] Running 15/32 Download complete 16.1s
⠹ sb_database Pulling 18.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠹ ec80463cb314 Extracting [=============... 16.2s
[+] Running 15/32 Download complete 16.2s
⠸ sb_database Pulling 18.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠸ ec80463cb314 Extracting [=============... 16.4s
[+] Running 15/32 Download complete 16.4s
⠼ sb_database Pulling 18.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠼ ec80463cb314 Extracting [=============... 16.5s
[+] Running 15/32 Download complete 16.5s
⠴ sb_database Pulling 18.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠴ ec80463cb314 Extracting [=============... 16.5s
[+] Running 15/32 Download complete 16.5s
⠦ sb_database Pulling 18.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠦ ec80463cb314 Extracting [=============... 16.7s
[+] Running 15/32 Download complete 16.7s
⠧ sb_database Pulling 18.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠧ ec80463cb314 Extracting [=============... 16.8s
[+] Running 15/32 Download complete 16.8s
⠇ sb_database Pulling 18.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠇ ec80463cb314 Extracting [=============... 16.9s
[+] Running 15/32 Download complete 16.9s
⠏ sb_database Pulling 19.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠏ ec80463cb314 Extracting [=============... 16.9s
[+] Running 15/32 Download complete 16.9s
⠋ sb_database Pulling 19.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠋ ec80463cb314 Extracting [=============... 17.1s
[+] Running 15/32 Download complete 17.1s
⠙ sb_database Pulling 19.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠙ ec80463cb314 Extracting [=============... 17.2s
[+] Running 15/32 Download complete 17.2s
⠹ sb_database Pulling 19.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠹ ec80463cb314 Extracting [=============... 17.3s
[+] Running 15/32 Download complete 17.3s
⠸ sb_database Pulling 19.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠸ ec80463cb314 Extracting [=============... 17.4s
[+] Running 15/32 Download complete 17.4s
⠼ sb_database Pulling 19.5s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠼ ec80463cb314 Extracting [=============... 17.5s
[+] Running 15/32 Download complete 17.5s
⠴ sb_database Pulling 19.6s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠴ ec80463cb314 Extracting [=============... 17.6s
[+] Running 15/32 Download complete 17.6s
⠦ sb_database Pulling 19.7s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠦ ec80463cb314 Extracting [=============... 17.7s
[+] Running 15/32 Download complete 17.7s
⠧ sb_database Pulling 19.8s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠧ ec80463cb314 Extracting [=============... 17.7s
[+] Running 15/32 Download complete 17.7s
⠇ sb_database Pulling 19.9s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠇ ec80463cb314 Extracting [=============... 17.9s
[+] Running 15/32 Download complete 17.9s
⠏ sb_database Pulling 20.0s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠏ ec80463cb314 Extracting [=============... 18.0s
[+] Running 15/32 Download complete 18.0s
⠋ sb_database Pulling 20.1s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠋ ec80463cb314 Extracting [=============... 18.0s
[+] Running 17/32 Download complete 18.0s
⠙ sb_database Pulling 20.2s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 18/32 Extracting [=============... 18.2s
⠹ sb_database Pulling 20.3s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 20/32 Pull complete 18.2s
⠸ sb_database Pulling 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 21/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 21/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 21/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 21/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 21/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 21/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 22/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 23/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 23/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 23/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 23/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 23/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 23/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 23/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 24/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 25/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 26/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 28/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 29/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 31/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
[+] Running 32/32 Pull complete 18.2s
⠿ sb_database Pulled 20.4s
⠿ 5a7855fb0d7a Pull complete 6.0s
⠿ 93835005f83f Pull complete 9.0s
⠿ 85b1c8f1aa26 Pull complete 9.3s
⠿ b9207ce7ec0c Pull complete 10.0s
⠿ a98a90fbda7b Pull complete 10.5s
⠿ a94ad0a7969a Pull complete 10.6s
⠿ e37c7fdc11f3 Pull complete 10.6s
⠿ ec80463cb314 Pull complete 18.1s
⠿ 02d7b717f0f6 Pull complete 18.2s
⠿ a4d30ef677ae Pull complete 18.3s
⠿ sb_backend Pulled 26.1s
⠿ 849ada37e9b9 Pull complete 1.4s
⠿ 1ba8dd83dc08 Pull complete 4.0s
⠿ b4701df5b81f Pull complete 10.0s
⠿ 35b156139b5c Pull complete 10.1s
⠿ 64a71836860c Pull complete 10.2s
⠿ ac94e8fe43e5 Pull complete 11.5s
⠿ 11c7e1bf1c2f Pull complete 11.5s
⠿ b4c4271776d1 Pull complete 11.6s
⠿ 751b08ba3fc0 Pull complete 19.1s
⠿ 0c34dcf57cc6 Pull complete 19.3s
⠿ b6a25b3d0a5a Pull complete 20.0s
⠿ 6b3d64442a23 Pull complete 20.0s
⠿ 1115b72ef131 Pull complete 20.8s
⠿ 519b33cdaae1 Pull complete 23.4s
⠿ 8fa337979118 Pull complete 23.5s
⠿ 442e6d8c7e73 Pull complete 23.5s
⠿ 066418206244 Pull complete 23.6s
⠿ 4a3a381237ff Pull complete 23.6s
⠿ 765717729d61 Pull complete 25.0s
⠿ 33c94b0b130e Pull complete 25.0s
main: line 153: docker-compose: command not found
Using default tag: latest
latest: Pulling from sudobox-io/sb-cli
9b3977197b4f: Pull complete
3dbf8ee283cd: Pull complete
bada96f1e042: Pull complete
cf32e4edb4ac: Pull complete
bf76023acd4a: Pull complete
a0e6a1730f9a: Pull complete
2e060353f721: Pull complete
b57767dece49: Pull complete
d1b839dc84a5: Pull complete
a9c905e17b6b: Pull complete
Digest: sha256:2154c0f007474f0254d8c28527ad2ff8ca2ecc1a7091a09b782006ad8e56a4bb
Status: Downloaded newer image for ghcr.io/sudobox-io/sb-cli:latest
ghcr.io/sudobox-io/sb-cli:latest
Finished installing all Dependencies, Moving to CLI Questions...
You can run SudoBox CLI at anytime using 'sb' or 'sudobox'
Doh, missed a bit. Pushing fix in a bit.
Give it a few minutes so github updates. Then I think it'll work.
Okay had to run the script twice but it loaded the sb-cli setup!
What did it say the first time around?
Give it a few minutes so github updates. Then I think it'll work.
BAM! It worked on the first attempt when I ran the script just now. 🚀 Mange tak, @saltydk!
What did it say the first time around? Turns out it was my fault, inadvertently copied something with the install command that messed it up.
I just ran script on a fresh install and received this error: Running it a 2nd time seems to work.
Digest: sha256:2154c0f007474f0254d8c28527ad2ff8ca2ecc1a7091a09b782006ad8e56a4bb Status: Downloaded newer image for ghcr.io/sudobox-io/sb-cli:latest ghcr.io/sudobox-io/sb-cli:latest
Finished installing all Dependencies, Moving to CLI Questions... You can run SudoBox CLI at anytime using 'sb' or 'sudobox'
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create?name=sb-cli": dial unix /var/run/docker.sock: connect: permission denied. See 'docker run --help'.
The redis container never runs. You can stop and start it but its always in the restarting status
│ 6 │ dockersocket │ running │ Up 5 minutes │ ├──────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤ │ 7 │ ldapadmin │ running │ Up 5 minutes │ ├──────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤ │ 8 │ openldap │ running │ Up 5 minutes │ ├──────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤ │ 9 │ sb-companion │ running │ Up 16 seconds │ ├──────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤ │ 10 │ sb-backend │ running │ Up 42 seconds │ ├──────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤ │ 11 │ sb-database │ running │ Up 43 seconds │ ├──────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┤ │ 12 │ redis │ restarting │ Restarting (1) 15 seconds a… │
The Redis image we use (Bitnami) does not have an ARM version. Will test updating it to the official Redis repo as they do have an ARM image.
This had nothing to do with installing docker.
Or well it did initially but it was the compose bits later.
Docker themselves don't recommend that script for use in production. Easier doesn't always mean better, you do you buddy.
Proceeding with the Pre Installation...
Created SudoBox Directories
Installing and ensuring your system is up to date
Proceeding with installation dependencies...
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsb-release is already the newest version (11.1.0ubuntu2).
lsb-release set to manually installed.
ca-certificates is already the newest version (20210119~20.04.2).
ca-certificates set to manually installed.
curl is already the newest version (7.68.0-1ubuntu2.7).
gnupg is already the newest version (2.2.19-3ubuntu2.1).
gnupg set to manually installed.
software-properties-common is already the newest version (0.99.9.8).
software-properties-common set to manually installed.
The following additional packages will be installed:
libjq1 libonig5
The following NEW packages will be installed:
apt-transport-https jq libjq1 libonig5
0 upgraded, 4 newly installed, 0 to remove and 4 not upgraded.
Need to get 297 kB of archives.
After this operation, 1016 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf apt-transport-https all 2.0.6 [4680 B]
Get:2 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf libonig5 armhf 6.9.4-1 [123 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf libjq1 armhf 1.6-1ubuntu0.20.04.1 [120 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf jq armhf 1.6-1ubuntu0.20.04.1 [49.9 kB]
Fetched 297 kB in 1s (225 kB/s)
Selecting previously unselected package apt-transport-https.
(Reading database ... 67581 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.0.6_all.deb ...
Unpacking apt-transport-https (2.0.6) ...
Selecting previously unselected package libonig5:armhf.
Preparing to unpack .../libonig5_6.9.4-1_armhf.deb ...
Unpacking libonig5:armhf (6.9.4-1) ...
Selecting previously unselected package libjq1:armhf.
Preparing to unpack .../libjq1_1.6-1ubuntu0.20.04.1_armhf.deb ...
Unpacking libjq1:armhf (1.6-1ubuntu0.20.04.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../jq_1.6-1ubuntu0.20.04.1_armhf.deb ...
Unpacking jq (1.6-1ubuntu0.20.04.1) ...
Setting up apt-transport-https (2.0.6) ...
Setting up libonig5:armhf (6.9.4-1) ...
Setting up libjq1:armhf (1.6-1ubuntu0.20.04.1) ...
Setting up jq (1.6-1ubuntu0.20.04.1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
Installing Docker for Ubuntu
Please be patient
Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
Get:2 https://download.docker.com/linux/ubuntu focal/stable armhf Packages [6294 B]
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Fetched 64.0 kB in 2s (36.8 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
docker-ce-rootless-extras pigz slirp4netns
Suggested packages:
cgroupfs-mount | cgroup-lite
The following NEW packages will be installed:
containerd.io docker-ce docker-ce-cli docker-ce-rootless-extras pigz
slirp4netns
0 upgraded, 6 newly installed, 0 to remove and 4 not upgraded.
Need to get 71.8 MB of archives.
After this operation, 292 MB of additional disk space will be used.
Get:1 https://download.docker.com/linux/ubuntu focal/stable armhf containerd.io armhf 1.5.11-1 [16.1 MB]
Get:2 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf pigz armhf 2.4-1 [53.0 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf slirp4netns armhf 0.4.3-1 [64.1 kB]
Get:4 https://download.docker.com/linux/ubuntu focal/stable armhf docker-ce-cli armhf 5:20.10.14~3-0~ubuntu-focal [35.9 MB]
Get:5 https://download.docker.com/linux/ubuntu focal/stable armhf docker-ce armhf 5:20.10.14~3-0~ubuntu-focal [13.1 MB]
Get:6 https://download.docker.com/linux/ubuntu focal/stable armhf docker-ce-rootless-extras armhf 5:20.10.14~3-0~ubuntu-focal [6599 kB]
Fetched 71.8 MB in 7s (10.8 MB/s)
Selecting previously unselected package pigz.
(Reading database ... 67602 files and directories currently installed.)
Preparing to unpack .../0-pigz_2.4-1_armhf.deb ...
Unpacking pigz (2.4-1) ...
Selecting previously unselected package containerd.io.
Preparing to unpack .../1-containerd.io_1.5.11-1_armhf.deb ...
Unpacking containerd.io (1.5.11-1) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../2-docker-ce-cli_5%3a20.10.14~3-0~ubuntu-focal_armhf.deb ...
Unpacking docker-ce-cli (5:20.10.14~3-0~ubuntu-focal) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../3-docker-ce_5%3a20.10.14~3-0~ubuntu-focal_armhf.deb ...
Unpacking docker-ce (5:20.10.14~3-0~ubuntu-focal) ...
Selecting previously unselected package docker-ce-rootless-extras.
Preparing to unpack .../4-docker-ce-rootless-extras_5%3a20.10.14~3-0~ubuntu-focal_armhf.deb ...
Unpacking docker-ce-rootless-extras (5:20.10.14~3-0~ubuntu-focal) ...
Selecting previously unselected package slirp4netns.
Preparing to unpack .../5-slirp4netns_0.4.3-1_armhf.deb ...
Unpacking slirp4netns (0.4.3-1) ...
Setting up slirp4netns (0.4.3-1) ...
Setting up containerd.io (1.5.11-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
Setting up docker-ce-cli (5:20.10.14~3-0~ubuntu-focal) ...
Setting up pigz (2.4-1) ...
Setting up docker-ce-rootless-extras (5:20.10.14~3-0~ubuntu-focal) ...
Setting up docker-ce (5:20.10.14~3-0~ubuntu-focal) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.16) ...
Docker Installed
Installing docker-compose v2
curl: (3) URL using bad/illegal format or missing URL
chmod: cannot access '/usr/local/lib/docker/cli-plugins/docker-compose': No such file or directory
Creating Docker Network sudobox
4cf8533370b0a7a77fb9b2e49007d22fb72b67093654d8ce5ba7e76149636584
Created Docker Network sudobox
CPU does not support AVX, installing MongoDB V4
Created SudoBox backend compose file
unknown shorthand flag: 'f' in -f
See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Options:
--config string Location of client config files (default
"/root/.docker")
-c, --context string Name of the context to use to connect to the
daemon (overrides DOCKER_HOST env var and
default context set with "docker context use")
-D, --debug Enable debug mode
-H, --host list Daemon socket(s) to connect to
-l, --log-level string Set the logging level
("debug"|"info"|"warn"|"error"|"fatal")
(default "info")
--tls Use TLS; implied by --tlsverify
--tlscacert string Trust certs signed only by this CA (default
"/root/.docker/ca.pem")
--tlscert string Path to TLS certificate file (default
"/root/.docker/cert.pem")
--tlskey string Path to TLS key file (default
"/root/.docker/key.pem")
--tlsverify Use TLS and verify the remote
-v, --version Print version information and quit
Management Commands:
app* Docker App (Docker Inc., v0.9.1-beta3)
builder Manage builds
buildx* Docker Buildx (Docker Inc., v0.8.1-docker)
config Manage Docker configs
container Manage containers
context Manage contexts
image Manage images
manifest Manage Docker image manifests and manifest lists
network Manage networks
node Manage Swarm nodes
plugin Manage plugins
secret Manage Docker secrets
service Manage services
stack Manage Docker stacks
swarm Manage Swarm
system Manage Docker
trust Manage trust on Docker images
volume Manage volumes
Commands:
attach Attach local standard input, output, and error streams to a running container
build Build an image from a Dockerfile
commit Create a new image from a container's changes
cp Copy files/folders between a container and the local filesystem
create Create a new container
diff Inspect changes to files or directories on a container's filesystem
events Get real time events from the server
exec Run a command in a running container
export Export a container's filesystem as a tar archive
history Show the history of an image
images List images
import Import the contents from a tarball to create a filesystem image
info Display system-wide information
inspect Return low-level information on Docker objects
kill Kill one or more running containers
load Load an image from a tar archive or STDIN
login Log in to a Docker registry
logout Log out from a Docker registry
logs Fetch the logs of a container
pause Pause all processes within one or more containers
port List port mappings or a specific mapping for the container
ps List containers
pull Pull an image or a repository from a registry
push Push an image or a repository to a registry
rename Rename a container
restart Restart one or more containers
rm Remove one or more containers
rmi Remove one or more images
run Run a command in a new container
save Save one or more images to a tar archive (streamed to STDOUT by default)
search Search the Docker Hub for images
start Start one or more stopped containers
stats Display a live stream of container(s) resource usage statistics
stop Stop one or more running containers
tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
top Display the running processes of a container
unpause Unpause all processes within one or more containers
update Update configuration of one or more containers
version Show the Docker version information
wait Block until one or more containers stop, then print their exit codes
Run 'docker COMMAND --help' for more information on a command.
To get more help with docker, check out our guides at https://docs.docker.com/go/guides/
Using default tag: latest
latest: Pulling from sudobox-io/sb-cli
no matching manifest for linux/arm/v7 in the manifest list entries
Finished installing all Dependencies, Moving to CLI Questions...
You can run SudoBox CLI at anytime using 'sb' or 'sudobox'
encounter this error
Running install script on Ubuntu 20.04 Arm
Package docker-ce is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: docker-ce-cli:amd64
E: Package 'docker-ce' has no installation candidate Docker Installed usermod: group 'docker' does not exist Installing docker-compose v1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9 100 9 0 0 48 0 --:--:-- --:--:-- --:--:-- 48 Installing docker-compose v2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 664 100 664 0 0 3270 0 --:--:-- --:--:-- --:--:-- 3270 100 24.8M 100 24.8M 0 0 19.2M 0 0:00:01 0:00:01 --:--:-- 27.0M main: line 102: docker: command not found Creating Docker Network sudobox main: line 107: docker: command not found Could not create sudobox Docker Network