Arresta e rimuovi il contenitore Docker per errore

Ciao a tutti, per errore ho fermato e rimosso il container Docker di Discourse e, quando ho provato a riavviarlo con launcher start, ho ottenuto il seguente errore:
"La tua installazione Docker non utilizza un driver di archiviazione supportato. Se procedessimo, potresti avere un’installazione danneggiata.
aufs è il driver di archiviazione consigliato, sebbene anche zfs, btrfs, overlay e overlay2 possano funzionare.
Altri driver di archiviazione sono noti per causare problemi.
Puoi verificare quale filesystem stai utilizzando eseguendo docker info e controllando la riga ‘Storage Driver’.

Se desideri comunque procedere con il tuo driver di archiviazione non supportato,
leggi il codice sorgente di launcher e scopri come bypassare questo controllo."

Cosa dovrei fare per recuperare il mio sito?

1 Mi Piace

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 Mi Piace

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 Mi Piace

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 Mi Piace

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