Dear Forum,
A docker container doesn’t start running and I don’t know why
The forum doesn’t allow my to post links.
So i replaced ‘/’ by ‘_’ !
I’m using Linux Mint 21.3 and this docker version:
Client:
Version: 24.0.7
API version: 1.43
Go version: go1.21.1
Git commit: 24.0.7-0ubuntu2~22.04.1
Built: Wed Mar 13 20:23:54 2024
OS_Arch: linux_amd64
Context: default
Server:
Engine:
Version: 24.0.7
API version: 1.43 (minimum version 1.12)
Go version: go1.21.1
Git commit: 24.0.7-0ubuntu2~22.04.1
Built: Wed Mar 13 20:23:54 2024
OS_Arch: linux_amd64
Experimental: false
containerd:
Version: 1.7.12
GitCommit:
runc:
Version: 1.1.12-0ubuntu2~22.04.1
GitCommit:
docker-init:
Version: 0.19.0
GitCommit:
This is the docker container I would like to get running:
github.com_joinmarket-webui_jam-docker
I’m successfully logged in with:
sudo docker login
I successfully pulled with:
sudo docker pull ghcr.io_joinmarket-webui_jam-standalone:latest
I tried to run the container with:
sudo docker run --rm -it
–add-host host.docker.internal:host-gateway
–env JM_RPC_HOST=“host.docker.internal”
–env JM_RPC_PORT=“18443”
–env JM_RPC_USER=“abc…”
–env JM_RPC_PASSWORD=“abc…”
–env JM_NETWORK=“regtest”
–env APP_USER=“ulawun”
–env APP_PASSWORD=“b1tc01nt0them00n”
–env ENSURE_WALLET=“true”
–env REMOVE_LOCK_FILES=“true”
–env RESTORE_DEFAULT_CONFIG=“true”
–env WAIT_FOR_BITCOIND=“true”
–volume jmdatadir:root.joinmarket
–publish “8080:80”
joinmarket-webui_jam-standalone
but I got the error:
Unable to find image ‘joinmarket-webui_jam-standalone:latest’ locally
docker: Error response from daemon: pull access denied for joinmarket-webui_jam-standalone, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.
I get this docker image list with:
docker image list
REPOSITORY TAG IMAGE ID CREATED SIZE
ghcr.io_joinmarket-webui_jam-standalone latest 7514ab016aa3 6 months ago 726MB
I get this empty docker container list with:
sudo docker container list
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Why is the container list empty ?
What should I do to get it run ?
Any ideas ?
Thanks a lot