Ho installato il Docker e queste sono le infoI would look to use Docker Compose files - these are often posted by the container creators and easier to step through and understand what is being set up. They are easier to use than the command line as you use a full editor (eg nano) to create them so can review first and can add comments in so you understand what is happening.
VERSION
Code:
Client: Docker Engine - Community Version: 27.1.1 API version: 1.46 Go version: go1.21.12 Git commit: 6312585 Built: Tue Jul 23 19:57:14 2024 OS/Arch: linux/arm64 Context: defaultServer: Docker Engine - Community Engine: Version: 27.1.1 API version: 1.46 (minimum version 1.24) Go version: go1.21.12 Git commit: cc13f95 Built: Tue Jul 23 19:57:14 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.19 GitCommit: 2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 runc: Version: 1.7.19 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40a
Code:
Client: Docker Engine - Community Version: 27.1.1 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.16.1 Path: /usr/libexec/docker/cli-plugins/docker-buildx compose: Docker Compose (Docker Inc.) Version: v2.29.1 Path: /usr/libexec/docker/cli-plugins/docker-composeServer: Containers: 1 Running: 0 Paused: 0 Stopped: 1 Images: 1 Server Version: 27.1.1 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Using metacopy: false Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: 2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 runc version: v1.1.13-0-g58aa920 init version: de40ad0 Security Options: seccomp Profile: builtin cgroupns Kernel Version: 6.6.31+rpt-rpi-2712 Operating System: Debian GNU/Linux 12 (bookworm) OSType: linux Architecture: aarch64 CPUs: 4 Total Memory: 7.864GiB Name: raspberrypi ID: 8c8f7b23-5bd7-4d40-b0db-8e53487ca6c7 Docker Root Dir: /var/lib/docker Debug Mode: false Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: falseWARNING: No memory limit supportWARNING: No swap limit support
- I've instal Docker so i didnt need to install Docker Compose because i read that Docker Compose Plug-In is already installed in the new versione of Docker, right
- Why I see that I already have 1 container (i presume stopped) and 1 images?
- I didnt understand how to install and run the RonR tool. How i can create a easy backup in a part of my SDCard (32Gb) or there is a tool that i can install in a new container that create backup?
- what are these warning:
WARNING: No memory limit support
WARNING: No swap limit support
Statistics: Posted by Cadmir — Mon Jul 29, 2024 3:14 pm