docker tag

135 questions


1 answers
37 views
0
I want to run the ruby script that I made on windows on ruby container

What do you want to doCreate a ruby container on windows with docker and run the ruby script you edited on windows.TriedCreate a ruby container by defining the following ($docker-compose up-d)version:...

1 years ago

1 answers
112 views
0
What is "service/kubernetes" displayed in kubectl get all when using GKE?

When you do kubectl get all or kubectl get svc, you can see TYPE displaying ClusterIP erservice/kubernets. のI'm not aware that I started this service myself, but is this service started by default?Als...


1 answers
134 views
0
vscode enhancementsDevelopment on Docker with Remote-Containers does not reflect React in real time

I configured Dockerfile and docker-compose.yml as follows.Dockerfile: FROM node:16docker-compose:version:3services: node: build:. ports: - 3000:3000 volumes: - ./ : /tmp/working working_dir: /tmp/work...


2 answers
42 views
0
Docker for Windows Cannot Start

After installing Docker for Windows and launching Docker Desktop, Cannot enable Hyper-V Service is displayed as shown in the attached image and cannot be started.Also, I set up Hyper-V with reference ...

1 years ago

1 answers
99 views
0
Error Running iptables in CentOS on Docker Container

#iptables-LFATAL: Could not load/lib/modules/4.9.184-linuxkit/modules.dep: No such file or directoryiptables v1.4.7: can't initialize iptables table `filter': Permission denied (you must be root)Perha...

1 years ago

1 answers
106 views
0
Liferay 7 Docker Image Cannot Boot on Amazon EC2

I prepared Amazon EC2 for the development environment and tried to launch Liferay from docker by referring to Liferay formula: starting with Docker image, but it stopped halfway.>docker run-it-p 80...

1 years ago

1 answers
76 views
0
I don't know how to test subdomains with docker-compose + Rails 5.1 + rspec + HeadlessChrome

environment:Rails: 5.1.5Ruby: 2.5.0capybara:2.18.0rspec-rails: 3.7.2selenium-webdriver: 3.10.0 I'm a beginner at Docker.We are currently creating a development environment with docker-compose as follo...


1 answers
40 views
0
Unable to sudo apt-get update in Docker container

pytorch/pytorch: 1.5-cuda 10.1-cudnn7-develCreate a Docker container based on the imageWhen I ran sudo apt-get update, I encountered the following error:The reason seems to be the inability to access ...

1 years ago

2 answers
35 views
0
I want to create an image from Dockerfile

I want to build it (windows).Enter the following at the command promptdocker build-t jlab:latest/Users/name/Desktop/MyDockerWhen you run it, docker buildrequires exact1 argument.See'docker build --hel...

1 years ago

2 answers
37 views
0
I want to temporarily ignore ENTRYPOINT and start docker container

There is a docker image made from a Python library for machine learning called mlflow.I'd like to edit the contents (specifically install the ssh and install the key)mlflow sagemaker build-and-push-co...

1 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.