Open SirisetyManeela opened 5 years ago
im trying to startFabric.sh from education/LFS171x/fabric-material/tuna-app but im getting the following error
Error response from daemon: Container e9f73f45e734185311475d59975d70e3c7c5b97d49a1cf09d0b9f13424f823de is not running
maneela@ubuntu:~/edu/LFS171x/fabric-material/tuna-app$ docker info WARNING: Error loading config file: /home/maneela/.docker/config.json: stat /home/maneela/.docker/config.json: permission denied Containers: 4 Running: 3 Paused: 0 Stopped: 1 Images: 9 Server Version: 18.06.1-ce 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 macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: (expected: 468a545b9edcd5932818eb9de8e72413e616e86e) runc version: N/A (expected: 69663f0bd4b60df09991c08812a60108003fa340) init version: v0.18.0 (expected: fec3683b971d9c3ef73f284f176672c44b448662) Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-46-generic Operating System: Ubuntu 18.04.2 LTS OSType: linux Architecture: x86_64 CPUs: 1 Total Memory: 2.908GiB Name: ubuntu ID: YKJZ:BEE6:ZXVV:CMYB:TQYW:TEYG:UQBI:SXOS:XR2N:4DPA:4W4O:HRNI Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false
please give me the solution... its very urgent
clean you env and remove all stopped containers then run startFabric.sh to remove all stopped and running containers. docker stop $(docker ps -aq) docker rm $(docker ps -aq)
im trying to startFabric.sh from education/LFS171x/fabric-material/tuna-app but im getting the following error
Error response from daemon: Container e9f73f45e734185311475d59975d70e3c7c5b97d49a1cf09d0b9f13424f823de is not running
maneela@ubuntu:~/edu/LFS171x/fabric-material/tuna-app$ docker info WARNING: Error loading config file: /home/maneela/.docker/config.json: stat /home/maneela/.docker/config.json: permission denied Containers: 4 Running: 3 Paused: 0 Stopped: 1 Images: 9 Server Version: 18.06.1-ce 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 macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: (expected: 468a545b9edcd5932818eb9de8e72413e616e86e) runc version: N/A (expected: 69663f0bd4b60df09991c08812a60108003fa340) init version: v0.18.0 (expected: fec3683b971d9c3ef73f284f176672c44b448662) Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-46-generic Operating System: Ubuntu 18.04.2 LTS OSType: linux Architecture: x86_64 CPUs: 1 Total Memory: 2.908GiB Name: ubuntu ID: YKJZ:BEE6:ZXVV:CMYB:TQYW:TEYG:UQBI:SXOS:XR2N:4DPA:4W4O:HRNI Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false
please give me the solution... its very urgent