We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9818112 commit 06b66b0Copy full SHA for 06b66b0
install/docker/Readme.md
@@ -43,14 +43,14 @@ test_anis.py:7: test_anis PASSED
43
.
44
</pre>
45
46
-## Creating the docker container
47
-
48
## Shortcomings
49
50
- need to share directory between host and container (MOUNT or VOLUME)
51
52
- make use of jupyter notebook work (as we have seen in FEniCS course): connect port in container to port on host machine (EXPOSE)
53
+
54
## Creating the docker container
55
56
The `Makefile` in this directory shows the relevant targets (build, login, push) to create a new container and push it to the the cloud.
0 commit comments