now next?
How to use Docker Manager
aaPanel_Jose
now i untalling the docker and reinstalling it
OK?
kamranhanif496
Thanks Bro
kamranhanif496
how to open it
when installing i type 5215 port in container
Hi. I have the same Problem. But the error is still not gone after following your steps. I deleted the two folders, uninstalled the plugin and installed it again. Already about 3 times. I still get the following error message:
Sorry, something went wrong๏ผ
Traceback (most recent call last):
File "class/panelPlugin.py", line 1567, in a
plugin_main = import(get.name+'_main');
File "/usr/lib64/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(args, **kwargs)
File "plugin/docker/docker_main.py", line 19, in
import docker, public, json
File "/usr/lib64/python2.7/site-packages/gevent/builtins.py", line 96, in import
result = _import(args, **kwargs)
ImportError: No module named docker
bejo
please runpip install docker
aaPanel_Jose After installing docker via pip I get the same message as kamranhanif496 "Docker service is not started". After checking the server there is no service for docker.
After some trys i found out that there was a dependency problem while installing the docker packages on my server.
Is there a log where all the messages of a task is logged? That would have helped a lot. The messages vanished too fast so i could not read them while the task was running.
Everything seems to work quite fine now. Thank you very much for your help
- Edited
Now i have new Problems:
- Cant open the Docker Manager in Firefox. Window sticks to the left and nothing interacts
- When i open it in Chrome it works fine. After trying to pull the first image (tried passbolt/passbolt and centos), nothing is shown in the Image management and the button for creating a new container does not work anymore. A short message "Getting the neccesary informations ..." pops up after the pop up vanished nothing happens anymore. When i press the "Get image" Button an error message appears in the console.
Any idea what is happening?
Edit:
Found following error messages in the journal:
Aug 27 15:08:44 ********** dockerd[28975]: time="2019-08-27T15:08:44.755029797+02:00" level=error msg="invalid image access: \"sha256:6269a4b458412bb4d278d52686a90f555f227652d2d2a7614b3690023fa24a91\", error: \"failed to get digest sha256:6269a4b458412bb4d278d52686a90f555f227652d2d2a7614b3690023fa24a91: open /www/server/docker/image/overlay2/imagedb/content/sha256/6269a4b458412bb4d278d52686a90f555f227652d2d2a7614b3690023fa24a91: no such file or directory\""
bejo
Have you manually deleted the contents of the /var/lib/docker or /www/server/docker folder?
If you not, try to run these command to Initialize docker
#uninstall docker
yum remove docker-ce docker-ce-cli
#delete the docker floder
rm -rf /www/server/docker
#delete soft link
rm -rf /var/lib/docker
#install docker
yum install docker-ce docker-ce-cli
#startup docker
systemctl start docker
I have problem with docker manager before but i can handle it
now my docker manager in chinese language
how to change it ?
already re install 4 times and get the same
keperluanlain005
please run "ping download.bt.cn
" and give me the result
- Edited
Thats the result
This one from my aaPanel server
keperluanlain005
I am checking the file of this node is correct, run this command to see the results?
grep "English" /www/server/panel/config/config.json
This the results
what happen bro?
why i have the chinese version
keperluanlain005
I see that your results are correct.... Can I log in to your panel to check it?
aaPanel_Jose
my aaPanel is local server with local IP address bro
My server using debian 9, is that a problem ?