Anas Alsakkal
03/29/2022, 12:32 PMdocker run
command, so I can run the container in the background and create a volume to access the results from the host machine. However, this command docker run -it -v /home/anas/OpenLane:/openlane openlane
shows the following error message:
Unable to find image 'openlane:latest' locally
docker: Error response from daemon: Get "<https://registry-1.docker.io/v2/>": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.
Running OpenLane through Make mount
is completely fine. I'm using Ubuntu WSL-2.
Any help?
Much appreciated.
AnasVijayan Krishnan
03/29/2022, 12:35 PMdonn
03/29/2022, 12:36 PMVijayan Krishnan
03/29/2022, 12:43 PMAnas Alsakkal
03/29/2022, 1:40 PMmake mount
, shouldn't be the case that the image actually exists?donn
03/29/2022, 1:41 PMAnas Alsakkal
03/29/2022, 2:35 PMefabless/openlane
not working either. should the version be included? shouldn't take the latest version, if I have the latest? I'm assuming I have the latest, started working on it couple of days ago.Vijayan Krishnan
03/30/2022, 5:21 AMmake mount
will provide access to openlane/designs directory directlyAnas Alsakkal
03/30/2022, 12:49 PM