fresh2dev / ShinyStudio

A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
https://hub.docker.com/r/dm3ll3n/shinystudio
MIT License
242 stars 40 forks source link

docker compose up error #25

Open johnfelipe opened 2 years ago

johnfelipe commented 2 years ago

docker-compose up -d

Creating network "shinystudio_default" with the default driver
Creating volume "shinystudio_influxdb_data" with default driver
Creating volume "shinystudio_certbot_data" with default driver
Creating volume "shinystudio_r_libraries" with default driver
Creating volume "shinystudio_py_environment" with default driver
Creating volume "shinystudio_pwsh_modules" with default driver
Pulling nginx (nginx:)...
latest: Pulling from library/nginx
461246efe0a7: Pull complete
060bfa6be22e: Pull complete
b34d5ba6fa9e: Pull complete
8128ac56c745: Pull complete
44d36245a8c9: Pull complete
ebcc2cc821e6: Pull complete
Digest: sha256:bd06dfe1f8f7758debd49d3876023992d41842fd8921565aed315a678a309982
Status: Downloaded newer image for nginx:latest
Pulling certbot (certbot/certbot:)...
latest: Pulling from certbot/certbot
339de151aab4: Pull complete
a860e27ad689: Pull complete
910a9a405b4b: Pull complete
bde2ad12a253: Pull complete
c6c8e9f0153d: Pull complete
b37098c996f0: Pull complete
c642f2b21fc0: Pull complete
f6e3aa468491: Pull complete
0d81e0f6e3cf: Pull complete
8a12be36e031: Pull complete
9f27cad83b0d: Pull complete
62a4f0f1bc25: Pull complete
44e8f30bc6b4: Pull complete
Digest: sha256:904fd574583ed30b2ebd3e17a4ab953a69589e0d4860c3199d117ad1dd7a4e94
Status: Downloaded newer image for certbot/certbot:latest
Pulling influxdb (influxdb:)...
latest: Pulling from library/influxdb
80b89a2b88b2: Pull complete
5b0405f798f5: Pull complete
ab80b2b0494a: Pull complete
c99c88ddeeba: Pull complete
0c19bb70c8cb: Pull complete
b91464f3385c: Pull complete
9499689b44d8: Pull complete
407603165b5b: Pull complete
a33debaf42eb: Pull complete
5902fce46e4e: Pull complete
Digest: sha256:c6c2e3b84913b4ab0fcd4512d85af5796bb090cb1fbbb69ca1bbee85229ef155
Status: Downloaded newer image for influxdb:latest
Building shinystudio
Sending build context to Docker daemon  11.27MB
Step 1/7 : ARG tag=latest
Step 2/7 : FROM dm3ll3n/shinystudio:$tag
pull access denied for dm3ll3n/shinystudio, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ERROR: Service 'shinystudio' failed to build : Build failed