Parar e remover container do docker por engano

Olá a todos, por engano, parei e removi o contêiner Docker do Discourse e, ao tentar iniciá-lo novamente, ao executar / launcher start, recebo o seguinte erro:
"Sua instalação do Docker não está usando um driver de armazenamento suportado. Se prosseguirmos, sua instalação pode ficar corrompida.
O aufs é o driver de armazenamento recomendado, embora zfs, btrfs, overlay e overlay2 também possam funcionar.
Outros drivers de armazenamento são conhecidos por causar problemas.
Você pode descobrir qual sistema de arquivos está usando executando ‘docker info’ e verificando a linha ‘Storage Driver’.

Se você desejar continuar de qualquer forma usando seu driver de armazenamento não suportado existente,
leia o código-fonte do launcher e descubra como contornar essa verificação."

O que devo fazer para recuperar meu site?

1 curtida

I recommend you re-install docker with a supported driver. What is the output of docker info

At a minimum to get back running git pull && ./launcher rebuild app should get you back and running as long as your using one of the supported engines.

2 curtidas

Thanks for the reply.

In a few hours I post the output of docker info.

If I rebuild does it mean I lose the data?

No, the database and other content is stored outside docker containers. Containers can be safely rebuilt at any time (though it will cause brief downtime for your site if running).

3 curtidas

Docker info:

Client:
 Debug Mode: false

Server:
 Containers: 11
  Running: 5
  Paused: 0
  Stopped: 6
 Images: 18
 Server Version: 19.03.5
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
 runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
 init version: fec3683
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 4.15.0-76-generic
 Operating System: Ubuntu 18.04.3 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 4
 Total Memory: 7.789GiB
 Name: plesk-s-1vcpu-2gb-ams3-01.local
 ID: UNYW:S4UK:I7CE:IVI4:ZR6I:AXPR:3LTL:3OTF:4VD4:GEFM:VVP6:3WZ5
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

Hi Sam, try this, but I cannot upload the service again, the base image does not run again, I am attaching plesk image and the docker ps command:

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
aa5a18a5467b 0c04b35ef09a "/ sbin / boot" 9 days ago Up 2 minutes 0.0.0.0:8070->80/tcp, 0.0.0.0:9443->443/tcp app

Thanks for the help.

Installing alongside plesk or any similar software is not supported.

Please follow the Discourse official Standard Installation

5 curtidas

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.