Useless docker image when want texlive-full? #5

Open
opened 2024-03-02 17:16:12 +01:00 by Benjamin_Loison · 0 comments
docker image ls
REPOSITORY              TAG                 IMAGE ID       CREATED         SIZE
sharelatex/sharelatex   with-texlive-full   e1076fe59920   8 months ago    6.39GB
sharelatex/sharelatex   4.0.1               26c75dfb6485   9 months ago    2.72GB
redis                   6.2                 f2ed029e761a   9 months ago    113MB
mongo                   4.4                 afef20758bd3   11 months ago   431MB
postgres                14                  75993dd36176   17 months ago   376MB
nginx                   1.19-alpine         a64a6e03b055   2 years ago     22.6MB
docker container ls
CONTAINER ID   IMAGE                         COMMAND                  CREATED        STATUS                PORTS                    NAMES
d4f2957ec807   sharelatex/sharelatex:4.0.1   "/sbin/my_init"          8 months ago   Up 2 weeks            127.0.0.1:9986->80/tcp   sharelatex
9ca9bc0e06f2   redis:6.2                     "docker-entrypoint.s…"   8 months ago   Up 2 weeks            6379/tcp                 redis
f77587e74063   mongo:4.4                     "docker-entrypoint.s…"   8 months ago   Up 3 days (healthy)   27017/tcp                mongo

Concerning my OC3K server.

```bash docker image ls ``` ``` REPOSITORY TAG IMAGE ID CREATED SIZE sharelatex/sharelatex with-texlive-full e1076fe59920 8 months ago 6.39GB sharelatex/sharelatex 4.0.1 26c75dfb6485 9 months ago 2.72GB redis 6.2 f2ed029e761a 9 months ago 113MB mongo 4.4 afef20758bd3 11 months ago 431MB postgres 14 75993dd36176 17 months ago 376MB nginx 1.19-alpine a64a6e03b055 2 years ago 22.6MB ``` ```bash docker container ls ``` ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d4f2957ec807 sharelatex/sharelatex:4.0.1 "/sbin/my_init" 8 months ago Up 2 weeks 127.0.0.1:9986->80/tcp sharelatex 9ca9bc0e06f2 redis:6.2 "docker-entrypoint.s…" 8 months ago Up 2 weeks 6379/tcp redis f77587e74063 mongo:4.4 "docker-entrypoint.s…" 8 months ago Up 3 days (healthy) 27017/tcp mongo ``` Concerning my OC3K server.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/overleaf#5
No description provided.