docs icon indicating copy to clipboard operation
docs copied to clipboard

Conteinerizar um aplicativo

Open SamiraCavalcanti opened this issue 1 year ago • 0 comments

Is this a docs issue?

  • [X] My issue is about the documentation content or website

Type of issue

Other

Description

Esté dando erro após o comando (docker build -t getting-started . )Está correto realmente?

[+] Building 0.8s (2/2) FINISHED docker:desktop-linux => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 181B 0.0s => ERROR resolve image config for docker-image://docker.io/docker/dockerfile:1 0.8s

resolve image config for docker-image://docker.io/docker/dockerfile:1:


Dockerfile:1

1 | >>> # syntax=docker/dockerfile:1 2 |
3 | FROM node:18-alpine

ERROR: failed to solve: failed to resolve source metadata for docker.io/docker/dockerfile:1: error getting credentials - err: exit status 1, out: error getting credentials - err: exit status 1, out: no usernames for https://index.docker.io/v1/``

View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/lbob5qrp6e4wqq0ejz7gsdh2s

Location

https://docs.docker.com/get-started/02_our_app/

Suggestion

Favor rodar e ver se fuinciona

SamiraCavalcanti avatar May 02 '24 06:05 SamiraCavalcanti