docker tag

135 questions


1 answers
150 views
0
Unable to inline display the captured image when using PIL library in jupyterLab.

The following problems occurred while proceeding with the Introduction to PyTorch Practice published by Mynavi Publishing.As the recommended environment in this document is Jupiter, we have pulled the...


1 answers
76 views
0
While installing mecab dictionary NEologd in the Docker container, it is said that the file does not exist.

Local Environment Macos HighSierraDocker Environment CentOSYes.I am trying to include NEologd installation commands in the Dockerfile and reflect them in the Docker container.The procedure is Download...

1 years ago

1 answers
37 views
0
Use Docker in Windows.I want to mount the folder with access privileges.

I'm trying to use Docker in a Windows environment.Running the docker command by running WSL2 at the command prompt.docker run-it-u$(id-u):$(id-g)\ - vC:\Users\Username\Desktop\mounted_folder: /created...

1 years ago

1 answers
85 views
0
Mysql container goes into exit(1) immediately after startup in Docker

PrerequisitesI'm trying to launch a laravel environment with docker-compose, but the container in mysql will be exited(1) as soon as it starts.It started up until about 3 days ago, but suddenly it did...


1 answers
83 views
0
"InvalidSessionIdException: invalid session id" Error in browser test on disk in laravel 6.0

Code AffectedI don't know how to resolve the error in the next test on laravel diskclass HomeTest extensions DuskTestCase{ /** * ADask test example. * * @return void */ public function testExample...

1 years ago

1 answers
36 views
0
To shrink the docker image

I would like to reduce the docker image. test/i386-ubuntu 1.1.486ce872ce9593 daysago 8.682 GBtest/i386-ubuntu 1.1.37f25a5c2b7ee 3daysago 7.284GBtest/i386-ubuntu 1.1.2 a8177a2a57ea 3 days ago 2.012 GBt...

1 years ago

1 answers
50 views
0
About the apt-get command error resolution method from within the Docker container

When I tried to update the repository to install the necessary libraries from the container generated from the ubuntu latest image, I received the following error:root@59eec8e98b0b:/#apt-get updateErr...

1 years ago

1 answers
51 views
0
To Reduce the Data Area of the docker

CentOS Linux release 7.3.1611(Core)Docker version 1.12.6, build3a094bd/1.12.6 is used.The disk space was full, so I checked and found that the docker's data area was large.$cd/var/lib/docker/devicemap...

1 years ago

1 answers
71 views
0
I have a question about docker and code executioner.

Hello.I want to make a service like a code executor in hashcode.The way I thought about creating a service isWhen a user submits a source code (from the client), for example, java,On the web server......

1 years ago

1 answers
95 views
0
Jekyll: It doesn't regenerate when you turn it on the docker.

Hello.Refer to the following locally for ruby-based jekyll. jekyll serveWhen turning on the docker, the command was done as follows using the absolute path.docker run --name blog -v C:/dev/record/blog...

1 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.