Instalação Docker em Windows 7 Ultimate

Principal Forums Instalação e configuração Instalação Docker em Windows 7 Ultimate

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40670 Reply
    Mario
    Guest

    Olá, sou iniciante em programação e uso do Docker, estou tentando instalar o software, baixei o toolbox docker, pois meu win é o 7 ultimate. Aparecem os atalhos do Quickstart Terminal e Kitematic no meu desktop, estou seguindo as instruções de um tutorial, e nele diz para colocar na linha de comando o seguinte comando: curl -s https://get.fenicsproject.org | bash . O problema é que quando abro o Terminal aparece as seguintes mensagens:

    Starting “default”…
    (default) Check network to re-create if needed…
    Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startv
    m default –type headless failed:
    VBoxManage.exe: error: Failed to open/create the internal network ‘HostInterface
    Networking-VirtualBox Host-Only Ethernet Adapter #2’ (VERR_SUPDRV_COMPONENT_NOT_
    FOUND).
    VBoxManage.exe: error: Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_N
    OT_FOUND)
    VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap,
    interface IConsole

    Details: 00:00:01.512961 Power up failed (vrc=VERR_SUPDRV_COMPONENT_NOT_FOUND, r
    c=E_FAIL (0X80004005))
    Looks like something went wrong in step ´Checking status on default´… Press an
    y key to continue…

    E para por aí… quando eu teclo enter a janela se fecha. Eu parei neste ponto e não posso colocar o próximo comando que seria o: “curl -s https://get.fenicsproject.org | bash” para que eu possa instalar o pacote Fenics de simulação numérica, o qual precisa da instalação prévia do Docker para windows.

    Se alguém puder ajudar fico grato, abraços.

    #40672 Reply
    Mario
    Guest

    Pesquisando na internet as medidas que eu tomei e que aparentemente fizeram-me avançar um pouco foram desinstalar meu antivírus e o virtual box que eu tinha, e reinstalar o virtual box 5.0.12.

    Agora ao menos está dando o boot e aparecendo um endereço de IP. Mas o comando “docker run hello-world” não funciona. Vejam o que aparece:

    ## .
    ## ## ## ==
    ## ## ## ## ## ===
    /”””””””””””””””””\___/ ===
    ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
    \______ o __/
    \ \ __/
    \____\_______/

    docker is configured to use the default machine with IP 192.168.99.100
    For help getting started, check out the docs at https://docs.docker.com

    Start interactive shell

    Documentos@Documentos-PC MINGW64 ~
    $

    Documentos@Documentos-PC MINGW64 ~
    $ service docker start
    bash: service: command not found

    Documentos@Documentos-PC MINGW64 ~
    $ docker run hello-world
    Unable to find image ‘hello-world:latest’ locally
    C:\Program Files\Docker Toolbox\docker.exe: Error response from daemon: Get http
    s://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 10.0.2.3:
    53: read udp 10.0.2.15:36819->10.0.2.3:53: i/o timeout.
    See ‘C:\Program Files\Docker Toolbox\docker.exe run –help’.

    Documentos@Documentos-PC MINGW64 ~
    $

    O que pode ser? Não sei mais o que fazer, preciso deste docker instalado para poder usar o container FEniCS de simulação numérica.

    Agradeço desde já!

    #40673 Reply
    Mario
    Guest

    Continuando a saga…eu li num fórum que eu deveria iniciar após a instalação com o seguinte comando: docker login
    Mas quando eu digito este comando o resultado é:

    Documentos@Documentos-PC MINGW64 ~
    $ docker login
    Login with your Docker ID to push and pull images from Docker Hub. If you don’t
    have a Docker ID, head over to https://hub.docker.com to create one.
    Username: xxxxxx
    Password:
    Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: look
    up registry-1.docker.io on 10.0.2.3:53: read udp 10.0.2.15:37384->10.0.2.3:53: i
    /o timeout

    Documentos@Documentos-PC MINGW64 ~
    $

    Simplesmente não é possível digitar o login, é como se o teclado ficasse desativado, não aparecem letras nem números quando digitados, e a barrinha de inserção não sai do lugar. Abraços a todos!

    #40690 Reply

    Oi Mario,
    Desculpe a demora para responder. Vamos lá:
    Quando você utiliza o Docker ToolBox, ele cria uma VM no virtualbox com uma imagem customizada de um linux, dentro de sua maquina Windows ele cria os atalhos para que seja possível você executar o comando Docker, mas referencia o Docker que é instalado dentro dessa VM, ou seja, o docker run hello-world na verdade roda dentro da VM linux, o erro que você está enfrentando é por que a VM não está conseguindo acessar internet, consequentemente ela não consegue se conectar ao hub do Docker para realizar o download das imagens Docker.
    Chegou a dar uma olhada neste vídeo? https://www.mundodocker.com.br/docker-toolbox/

    #51033 Reply
    Nathan Michaelson
    Guest

    This type is pointed toward preparing in previously existing groups and organizations for their individuals to further develop their range of abilities. Furthermore, these days it is incredibly acquiring ubiquity with the improvement of every single present day innovation and web based working beginning to prevelate. This type can assist organizations with making an adaptable preparation improvement stage that will remain to assist its representatives with working on their insight and abilities. Furthermore, the primary element it gives is access any place and at whatever point for every single corporate part. So this kind of instructive application improvement is really agreeable to utilize and useful in preparing>> training for cross platform app development

    #53070 Reply
    Allen
    Guest

    The VMware 2V0-21.23 Exam is a certification test offered by VMware, a leading provider of virtualization and cloud computing solutions. This exam is designed to assess the knowledge and skills of IT professionals in deploying and managing VMware vSphere environments. It covers a range of topics, including vSphere architecture, installation and configuration, storage and networking, security, and troubleshooting. Candidates preparing for the 2V0-21.23 Exam should have a solid understanding of virtualization concepts, VMware products, and best practices for designing and maintaining virtualized infrastructures. The certification is valuable for professionals seeking to validate their expertise in VMware technologies, making them more proficient in optimizing and managing virtualized environments. Successfully passing the VMware 2V0-21.23 Exam Questions demonstrates a candidate’s ability to deploy, configure, and troubleshoot vSphere environments effectively, showcasing their proficiency in VMware solutions. This certification is beneficial for IT professionals, administrators, and architects involved in virtualization projects, as it signifies a high level of competency in VMware technologies.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Instalação Docker em Windows 7 Ultimate
Your information:




three + 5 =