Skip to content

Commit 6b5a057

Browse files
committed
Update container image links
1 parent 3b558f9 commit 6b5a057

File tree

1 file changed

+45
-15
lines changed

1 file changed

+45
-15
lines changed

src/additional-resources.md

Lines changed: 45 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,49 +68,79 @@ graph
6868
```
6969
<div class="grid cards" markdown>
7070

71-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/mysql**](https://hub.docker.com/r/datajoint/mysql)
71+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/mysql**
7272

7373
---
74-
MySQL server pre-configured to work smoothly with DataJoint.
74+
MySQL server configured to work with DataJoint.
7575

76-
:octicons-arrow-right-24: [Legacy docs](https://github.com/datajoint/mysql-docker#mysql-for-datajoint).
76+
:octicons-arrow-right-24: [Docker
77+
image](https://hub.docker.com/r/datajoint/mysql) |
78+
[Source code](https://github.com/datajoint/mysql-docker)
7779

78-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/miniconda3**](https://hub.docker.com/r/datajoint/miniconda3)
80+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/miniconda3**
7981

8082
---
8183

82-
A minimal Python image with [conda](https://docs.conda.io/en/latest/).
84+
Minimal Python Docker image with [conda](https://docs.conda.io/en/latest/).
8385

84-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/djbase**](https://hub.docker.com/r/datajoint/djbase)
86+
:octicons-arrow-right-24: [Docker
87+
image](https://hub.docker.com/r/datajoint/miniconda3) |
88+
[Legacy docs](https://datajoint.github.io/miniconda3-docker/) |
89+
[Source code](https://github.com/datajoint/miniconda3-docker)
90+
91+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/djbase**
8592

8693
---
8794

88-
A minimal base docker image with DataJoint Python dependencies installed.
95+
Minimal base Docker image with DataJoint Python dependencies installed.
96+
97+
:octicons-arrow-right-24: [Docker
98+
image](https://hub.docker.com/r/datajoint/djbase) |
99+
[Legacy docs](https://datajoint.github.io/djbase-docker/) |
100+
[Source code](https://github.com/datajoint/djbase-docker)
89101

90-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/djtest**](https://hub.docker.com/r/datajoint/djtest)
102+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/djtest**
91103

92104
---
93105

94-
A docker image for running tests related to DataJoint Python.
106+
Docker image for running tests related to DataJoint Python.
107+
108+
:octicons-arrow-right-24: [Docker
109+
image](https://hub.docker.com/r/datajoint/djtest) |
110+
[Legacy docs](https://datajoint.github.io/djtest-docker/) |
111+
[Source code](https://github.com/datajoint/djtest-docker)
95112

96-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/datajoint**](https://hub.docker.com/r/datajoint/datajoint)
113+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/datajoint**
97114

98115
---
99116

100117
Official DataJoint Docker image.
101118

102-
:octicons-arrow-right-24: [Legacy docs](https://docs.datajoint.org/python/).
119+
:octicons-arrow-right-24: [Docker
120+
image](https://hub.docker.com/r/datajoint/datajoint) |
121+
[Source code](https://github.com/datajoint/datajoint-python)
103122

104-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/djlab**](https://hub.docker.com/r/datajoint/djlab)
123+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/djlab**
105124

106125
---
107126

108-
A docker image optimized for running a JupyterLab environment with DataJoint Python.
127+
Docker image optimized for running a JupyterLab environment with DataJoint Python.
109128

110-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/djlabhub**](https://hub.docker.com/r/datajoint/djlabhub)
129+
:octicons-arrow-right-24: [Docker
130+
image](https://hub.docker.com/r/datajoint/djlab) |
131+
[Legacy docs](https://datajoint.github.io/djlab-docker/) |
132+
[Source code](https://github.com/datajoint/djlab-docker)
133+
134+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/djlabhub**
111135

112136
---
113137

114-
A docker image optimized for deploying to JupyterHub a JupyterLab environment with DataJoint Python.
138+
Docker image optimized for deploying to JupyterHub a JupyterLab environment with
139+
DataJoint Python.
140+
141+
:octicons-arrow-right-24: [Docker
142+
image](https://hub.docker.com/r/datajoint/djlabhub) |
143+
[Legacy docs](https://datajoint.github.io/djlabhub-docker/) |
144+
[Source code](https://github.com/datajoint/djlabhub-docker)
115145

116146
</div>

0 commit comments

Comments
 (0)