About how to change bindings port in docker of macOS - docker

I searched this tickets[https://stackoverflow.com/questions/19335444/how-do-i-assign-a-port-mapping-to-an-existing-docker-container/26622041#26622041], and understand they said. But in the macOS it can not to visit the [docker/containers].
Then (2) does someone know the hostconfig.json setting or has guide book?
Thank you at before.
I have try by this [https://stackoverflow.com/questions/19335444/how-do-i-assign-a-port-mapping-to-an-existing-docker-container/26622041#26622041].

Related

docker desktop wsl 2 backend has stopped unexpectedly

I am facing issue with Docker desktop. it is getting crashed in 15-20 min.
Docker Desktop 4.3.2
Docker 20.10.11
Windows 10 PRO
reference link: https://github.com/docker/for-win/issues/12477
I met that problem too, but that's when I start a relatively big image/container, and don't see many useful solutions on the community.
One tutorial that I follow is, add some config documents to limit the RAM use of the WSL-2, and restart my PC, it seems to work.
User Win+R, then enter '%UserProfile%' to enter the user dictionary in Windows, create a file: '.wslconfig', and then edit the file as follows:
[wsl2]
memory=8GB
swap=0
localhostForwarding=true
The 'memory' should be edited by the condition of our laptops, I used 4GB in my one. Then restart the PC.
I'm new to Docker, don't know whether it's the right solution, but it seems work in my laptop:D Hope that can help someone meet the same problem.

Docker dashboard not showing file sharing option

I am new to docker, and am running Docker for Windows 10. I am not seeing drives for sharing?
I tried restarting, resetting, etc, but it didn't work
Hey Sorry but drives for sharing is the linux only version of Docker.
Please see this thread for more details:
https://forums.docker.com/t/shared-drives-option-not-showing-up-in-docker-for-windows-settings/35725

Hyperledger Indy VonNetwork build

I was following the documentation from https://github.com/IBM-Blockchain-Identity/indy-ssivc-tutorial to set up the demo project.
But I am stuck with the below error while creating the VON network. Can some one please give any hint on what is wrong with the set up error details
Any help much appreciated.
I have installed Hyperledger Indy SSI VC Demo with VON Network, TheOrgBook and Permitify Modules. VON Network is starting up properly. I am using MacOs. Python version is 3.6.3. Can you please share more details about the machine environment.

Can FreeBSD be run inside Docker?

I have been looking for a Docker image of FreeBSD but cannot find, can FreeBSD be run inside docker? If not, why not?
EDIT FROM THE FUTURE: No, you can't, none of the below projects ever went beyond prototypes.
Technically yes, but you need a FreeBSD host to do it and Docker is "somewhat unstable" on FreeBSD right now. There is a fork from Docker 1.7 that can technically launch containers, but nothing you would want to use for reals. Jetpack will hopefully be finalized for FreeBSD 11 and will provide a much better solution here.
https://wiki.freebsd.org/Docker has info. You can make it work on a fully updated 10.3 but expect lots of weirdness.

Magento 1.4 installation

I have installed Magento version 1.4.While doing installation i got attached image error
Please help me.
Thanks.
this could be your .htaccess-file, it could be an apache redirect, a virtual host issue, a lot of possibilities, but the most likely one, is that Magento doesn't like ip-addresses.
Add something like this in your host file (locations differ for linux, osx and windows):
182.71.235.230 localhost.com
Than try to run it again, but by calling http://localhost.com/billbeautyshop/.

Resources