Docker
  • Docker
  • Guia de Comandos Docker
    • Comandos Básicos
  • Guia de Casos Práticos
    • Load Balance com HAProxy
Powered by GitBook
On this page

Was this helpful?

  1. Guia de Comandos Docker

Comandos Básicos

Images, Conteiners, Volumes, Networks...

Comandos Básicos do Docker

Docker Images

Baixar e Instalar uma Imagem - Base Oficial Docker HUB

$ docker pull [IMAGEM]

Super-powers are granted randomly so please submit an issue if you're not happy with yours.

Once you're strong enough, save the world:

hello.sh
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'

PreviousDockerNextLoad Balance com HAProxy

Last updated 4 years ago

Was this helpful?