docker tag

135 questions


1 answers
124 views
0
Unable to connect to the server is displayed in kubernetes

When I tried to use docker desktop kubernetes in accordance with the reference book on a Windows 10 pro machine, the following error occurred in the command kubetcl cluster-info.Unable to connect to t...


1 answers
42 views
0
Launching the Docker Container, Displaying in the Browser

Current stateBelow, while watching YouTube videos, we are building an environment for rails using docker.However, the container does not show up.docker container run-p8000:8000 --name webrick sample/w...

1 years ago

1 answers
80 views
0
I want to create an app with Rails in a Docker container.docker-compose error

I'm trying to create an app with Rails using WSL on Windows.If you run the following command inside the container, you can use the rails new. --force --database=postgresql --skip-bundleThe Gemfile wil...

1 years ago

1 answers
83 views
0
Error AH02454 and AH01079 on amazon-linux2 and httpd does not start properly.

FROM amazonlinux:2ENV COMPOSER_ALLOW_SUPERUSER=1ENV PATH = $PATH: vendor/binRUN yum update-y\ &yum upgrade-y\ &yum install-y\ curl\ git\ libxml2\ libxml2-develop\ httpd\ mysql\ gcc\ vim\ makeR...


3 answers
89 views
0
Can Docker do functions like the so-called file synchronization function in Vagrant?

I would like to create a UNIX or LINUX environment within WindowPC.I would like to do them with Docker or Vagrant, but I'm technically interested in Docker, and I'm going to do it there.However, you m...

1 years ago

1 answers
37 views
0
Understanding Problems Building Docker Images

I was using docker by referring to the article below.Build Calculation Environment for Kaggle with GCP and Docker - Qiita I was able to use it without any problems until the other day, but when I trie...

1 years ago

1 answers
40 views
0
Regarding the pros and cons of using docker in production

I used docker to build a web application test environment, but I didn't get permission from my boss.The reason was that the response looked bad.Certainly, the response from the web was bad in my test ...

1 years ago

1 answers
77 views
0
Application pushed to GitHub does not build in Travis CI

What do you want to doWhen you push the Rails app built in Docker to GitHub, you want to run a test with Travis CI and build it.SituationRunning the rails test inside the container on the Docker is fi...


2 answers
40 views
0
I want to containerize python programs that launch web servers in Docker

Python has a module called Blockext that generates an S2e file on Scratch 2.0, which can generate extended blocks.You can then start a local server where you can download the s2e file.Here's the sourc...

1 years ago

1 answers
45 views
0
How do I rename the docker volume?

How do I change the volume name displayed in docker volumes?

1 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.