docker tag

135 questions


1 answers
367 views
0
I'm trying to build an environment with docker and rails, but it doesn't work.

PG:: ConnectionBad: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socketI get an error.Here is the site I used as a refe...


1 answers
361 views
0
403 Forbidden when deployed to Heroku

environmentdocker-compose.yml app containerphp —7.4-apache db containermysql: 5.5 (MySQL version matches the ClearDB of the Heroku add-on) The error screen looks like this↓ForbiddenYou don't have perm...

1 years ago

1 answers
472 views
0
Error in docker-compose when up--build

When I tried to open the jupyter notebook using docker-compose, I received the following error:If anyone knows how to solve this problem, I would appreciate it if you could let me know.Building jupyte...


1 answers
300 views
0
Npm ERR! appears when trying to start the container in docker run

Procedure to build a development environment for Vue.js with Docker - Qiita Based on the above article, we are building a Vue environment using docker. docker build --tag zatu:latest --file Dockerfile...

1 years ago

1 answers
138 views
0
docker-compose, about Connection failed error during build

Hello Using docker-compose, we are building an environment for Ravel, mysql, and phpmmyadmin.When I try to build based on Dockerfile, I get the following error:·I searched Google for the same event, b...


1 answers
44 views
0
Error when pushing image to Docker Hub

If you push an image, it will deny access.#docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEdockercon / test latest 896 f1 a3a36b244 hoursago 529 MBcentos latest 470671670 cac3 monthsago 237 MB# image...

1 years ago

2 answers
136 views
0
If docker is installed on snap, docker-compose will not find docker-compose.yml except under the home directory

OS:ubuntu 18.04 LTSIf you install docker on snap, you can create a directory under the root directory, place docker-compose.yml, and do docker-compose up with the following error:The directory under t...


1 answers
98 views
0
I want to know which process to kill using port number 80

I am currently studying Docker, and I am referring to My first Docker for Mac.In conclusion, Which process ID should I kill?Also, please let me know why you kill the process ID out of several. docker ...

1 years ago

1 answers
154 views
0
docker-compose+nuxt cannot access localhost:3000.

Thank you for your continuous support.Currently, we are trying to create a docker+nuxt development environment by referring to here.However, when I access it with localhost:3000 from the host side, I ...


1 answers
63 views
0
A security alert appears when you build a Docker image on a non-Windows Docker host in docker

Using the Dockertoolbox, Introduction to Docker 5~Use Dockerfile~[For beginners]In , I created and built dockerfile.It seems that the blogger created a directory called docker in the mac version ~/Des...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.