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 c1ea905 commit 8d056c0Copy full SHA for 8d056c0
doc/source/getting_started/docker.rst
@@ -55,22 +55,6 @@ directly from the command line.
55
You can then use your host Python environment to connect to that MAPDL
56
instance.
57
58
-.. graphviz::
59
-
60
- digraph {
61
- node [];
62
- subgraph cluster_frontend {
63
- label="*HOST*";
64
- Python;
65
- subgraph cluster_backend {
66
- MAPDL;
67
- label="*DOCKER*";
68
- }
69
70
- Python -> MAPDL
71
- MAPDL -> Python
72
73
74
Because this image does not contain a license server, you must enter your
75
license server IP address in the ``ANSYSLMD_LICENSE_FILE`` environment variable.
76
0 commit comments