Invalid argument error: creating a docker machine with a generic provider - OS Centos 8 stream

Wappler Version: 5
Operating system: mac OS Monterey
Server model: Generic
Database type: None
Hosting type: Remote

Before:
create a new server in your vps / cloud with Centos 8 stream operating system

After:
Project property > add a new target;
Server Type > Docker;
Use > Production;
Connection > Remote;
Type > Sockets

then go to manage and add a new docker machine, using the generic provider and complete the information with your credentials and click on the button to create the Docker machines.

Docker machine log:

About to run SSH command:
if ! type docker; then curl -sSL https://releases.rancher.com/install-docker/19.03.12.sh | sh -; fi
SSH cmd err, output: exit status 2: bash: line 0: type: docker: not found
+ '[' centos = redhat ']'
+ '[' centos = oraclelinux ']'
+ sudo -E sh -c 'yum install -y -q yum-utils'
+ sudo -E sh -c 'yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo'
Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
+ '[' stable '!=' stable ']'
+ adjust_repo_releasever 8
+ DOWNLOAD_URL=https://download.docker.com
+ case $1 in
+ releasever=8
+ for channel in "stable" "test" "nightly"
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-stable.baseurl=https://download.docker.com/linux/centos/8/\$basearch/stable --save'
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-stable-debuginfo.baseurl=https://download.docker.com/linux/centos/8/debug-\$basearch/stable --save'
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-stable-source.baseurl=https://download.docker.com/linux/centos/8/source/stable --save'
+ for channel in "stable" "test" "nightly"
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-test.baseurl=https://download.docker.com/linux/centos/8/\$basearch/test --save'
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-test-debuginfo.baseurl=https://download.docker.com/linux/centos/8/debug-\$basearch/test --save'
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-test-source.baseurl=https://download.docker.com/linux/centos/8/source/test --save'
+ for channel in "stable" "test" "nightly"
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-nightly.baseurl=https://download.docker.com/linux/centos/8/\$basearch/nightly --save'
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-nightly-debuginfo.baseurl=https://download.docker.com/linux/centos/8/debug-\$basearch/nightly --save'
+ sudo -E sh -c 'yum-config-manager --setopt=docker-ce-nightly-source.baseurl=https://download.docker.com/linux/centos/8/source/nightly --save'
+ sudo -E sh -c 'yum makecache fast'
usage: yum makecache [-c [config file]] [-q] [-v] [--version]
                   [--installroot [path]] [--nodocs] [--noplugins]
                   [--enableplugin [plugin]] [--disableplugin [plugin]]
                   [--releasever RELEASEVER] [--setopt SETOPTS]
                   [--skip-broken] [-h] [--allowerasing] [-b | --nobest]
                   [-C] [-R [minutes]] [-d [debug level]] [--debugsolver]
                   [--showduplicates] [-e ERRORLEVEL] [--obsoletes]
                   [--rpmverbosity [debug level name]] [-y] [--assumeno]
                   [--enablerepo [repo]] [--disablerepo [repo] | --repo
                   [repo]] [--enable | --disable] [-x [package]]
                   [--disableexcludes [repo]] [--repofrompath [repo,path]]
                   [--noautoremove] [--nogpgcheck] [--color COLOR]
                   [--refresh] [-4] [-6] [--destdir DESTDIR]
                   [--downloadonly] [--comment COMMENT] [--bugfix]
                   [--enhancement] [--newpackage] [--security]
                   [--advisory ADVISORY] [--bz BUGZILLA] [--cve CVES]
                   [--sec-severity {Critical,Important,Moderate,Low}]
                   [--forcearch ARCH] [--timer]
yum makecache: error: argument timer: invalid choice: 'fast' (choose from 'timer')

(P3) Calling .GetConfigRaw
Error creating machine: Error running provisioning: error installing docker: 
notifying bugsnag: [Error creating machine: Error running provisioning: error installing docker: ]
Fetching Docker Machines ...
Error Creating Docker Machine!
Done!

when the procedure executes the command makecache it returns an error it signals that there is an invalid argument “fast” and says to use the argument “timer”

I tried to run the command “yum makecache timer” on an ssh window of my server and it worked, instead if I use “yum makecache fast” it returns the same error present in the log

Community Page
Last updated: