CICLO 2 AWS 16 G8
Requisitos:
✓ Rede de entrega de conteúdo;
✓ Baixa latência;
✓ Armazenamento durável;
✓ 11 milhões de requisições por mês.
docker build -t erivando/website-node:latest --build-arg 'VERSION=1.0.0' .
docker push erivando/website-node:latest
docker run -it --rm -d -p 8088:80 --name website erivando/website-node:latest
docker logs -f --tail --until=2s website
docker exec -it website bash
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Content type
Image
Digest
sha256:ab67d75fd…
Size
399.3 MB
Last updated
over 3 years ago
docker pull erivando/website-node