docker tag

135 questions


1 answers
38 views
0
I want to install the library in the Docker environment

I am currently developing an application with Ruby on Rails, which has created a development environment with Docker.Among them (in this case), I would like to install and use a library called imagema...

1 years ago

2 answers
69 views
0
Wordpress installed in docker does not load css when visited in domain

Background: I installed Ubuntu 18.04 on the raspies and installed wordpress on docker.Reference site where wordpress is installed in dockerhttps://docs.docker.com/samples/wordpress/After installing it...


1 answers
70 views
0
How to display images/movies from Docker

After building Opnecv with the Docker container up, import numpy as npimport cv2 cap=cv2.VideoCapture('video_name.mp4')while(cap.isOpened()): ret, frame=cap.read() gray=cv2.cvtColor(frame,cv2.COLOR_BG...

1 years ago

1 answers
60 views
0
Understanding Docker Mounting and Volume Conflicts with Hosts

I apologize for the abstraction, but I would like you to tell me about the behavior of the following cases.Folder B does not appear on the host side when the container is started in the following stat...


1 answers
77 views
0
Error when launching Jenkins and running shell on Docker

Refer to the following article I started Jenkins on Docker and tried echo 'Hello world' but The following error will appear:The plug-in was installed from the UI with Suggested Plugins and I don't use...

1 years ago

1 answers
71 views
0
This relative module was not found: appears when docker composes.

When you run the docker composition command, you get the following error and you cannot access localhost:8080.It seems that I can't find the main.js in the src file, but when I look at the directory, ...

1 years ago

1 answers
54 views
0
docker: Error response from daemon: the working directory 'C:/Program Files/Git/opt' is invalid, it needs to be an absolute path

I try to install Ravel 9 using sail, but I get an error.Git-bash to the location of the folder you want to install (or create)Run Curl-s https://larvel.build/example-app|bash by following the

1 years ago

1 answers
76 views
0
What is the relationship between Kubernetes containers, Github repositories, and docker registry?

Thank you for browsing.I'm a beginner at Kubernetes.Until now, container technology has been I have experienced how to publish and operate the service with docker-compose in VPS.for docker-composeCont...

1 years ago

2 answers
61 views
0
Errno::EADDRNOTAVAIL when you hit api from Rails on Docker

I want to get a response to book information by tapping Google books api from Rails' Book modelweb_1|Errno::EADDRNOTAVAIL (Failed to open TCP connection to:80 (Address not available-connect(2) for nil...


1 answers
43 views
0
No basic auth credentials error in docker push to ECR

https://yomon.hatenablog.com/entry/2019/08/fargateseleniumI tried to move selenium on aws by following the instructions on the page above, but docker push didn't work and got stuck. docker push 123456...

1 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.