OpenRAM/docker
mrg 4b96b539e2 Dockerfile updates
Remove conditional bash commands and make one per line.
Change ngspice repo to github.
Fix typo in ngspice commit.
Reduce number of cores in klayout compile.
2022-08-02 10:25:23 -07:00
..
Dockerfile Dockerfile updates 2022-08-02 10:25:23 -07:00
Makefile Move pdk installation inside docker to use Magic from docker image. 2022-06-21 12:10:15 -07:00
README.md Update READMEs 2021-11-16 11:17:00 -08:00
mrg.patch Add patch. 2022-06-13 14:13:35 -07:00
set-paths.sh Move pdk installation inside docker to use Magic from docker image. 2022-06-21 12:10:15 -07:00

README.md

Docker images for OpenRAM

Installing Docker

There are a number of ways to install Docker. Pick your favorite.

NOTE: If you plan to use a VPN, do NOT use the Docker Toolbox for Mac or the docker from Macports as these require a network socket that breaks when you install some VPN software. To understand the difference, check out this page.

Running Docker

Terminal only

  • To run as a generic user:
make mount

Updating the image

If there are updates to the image, you can pull a new one from the hub with:

make pull

This is not automatically done, so if you have a problem, make sure you are up-to-date.

Building your own image

You can run the build script to build a local image:

make build

If you want to change things, modify the openram-ubuntu/Dockerfile and let me know what should be fixed.