Antes de abrir um novo tópico verifique se já não existe um outro tópico aberto com o mesmo assunto/dúvida. Verifique antes também possíveis soluções para as suas dúvidas no Google.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt remove -y docker docker-engine docker.io containerd runc | |
sudo apt update | |
sudo apt install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
# For Ubuntu 20.10: | |
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | |
sudo apt-get update | |
sudo apt-get install -y docker-ce docker-ce-cli containerd.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +rcoelho is my blockchain ID. https://onename.com/rcoelho |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<center> <table border="0" width="80%" cellspacing="1"> | |
<tr> | |
<td rowspan="3"> | |
</td> | |
<td><font face="Verdana" size="2"><b>Verificar arquivos necessários para | |
a rotina batch:<br> | |
</b>Os arquivos necessários para a execução de funções da rotina de abertura | |
devem estar no diretório Integra do servidor. Verifique se todos | |
encontram-se no servidor local conforme tabela abaixo:</font></td> | |
</tr> |
NewerOlder