Olá pessoal. Ao executar o comando "vagrant up" recebi os seguintes erros abaixo. Sobre o 3ª, eu já tenho o Jenkins instalado. Quem puder ajudar, agradeço muito!
============================================================================================ 1º ALERTA:
default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
============================================================================================ 2º ALERTA: default: # Executing docker install script, commit: b2e29ef7a9a89840d2333637f7d1900a83e7153f default: + sh -c apt-get update -qq >/dev/null default: + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null default: + sh -c mkdir -p /etc/apt/keyrings && chmod -R 0755 /etc/apt/keyrings default: + sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg default: + sh -c chmod a+r /etc/apt/keyrings/docker.gpg default: + sh -c echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu bionic stable" > /etc/apt/sources.list.d/docker.list default: + sh -c apt-get update -qq >/dev/null default: + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-scan-plugin >/dev/null default: + version_gte 20.10 default: + [ -z ] default: + return 0 default: + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce-rootless-extras >/dev/null default: + sh -c docker version
============================================================================================ 3º ERRO:
default: usermod: user 'jenkins' does not exist
The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.
Abraços,
Alan