docker tag

135 questions


1 answers
51 views
0
Qtcreator placed in docker container on Ubuntu 18.04 cannot input Japanese using ibus

Host OS: ubuntu-desktop 18.04 running bareharddocker image: Installation of development tools and libraries you want to use for ubuntu-desktop 18.04In this configuration, I cannot input Japanese in th...

1 years ago

1 answers
120 views
0
Command Line Detects Program Failed to Start Due to Shortage of DLLs

If Windows fails to start a program due to lack of DLLs, is there a way to check it on cmd.exe or powershell?The details are as follows.Recently, when I was creating a Windows container for Apache on ...

1 years ago

1 answers
42 views
0
Please tell me which application does not work or behaves strangely when I update the Linux kernel. [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 5 years ago.5 years agoI heard that the app depends on the kernel version of Linux, so I can't u...

1 years ago

1 answers
52 views
0
Understanding Go WAF, Gin Log Output

I am currently putting Gin and a library (https://github.com/codegangsta/gin) into Docker to auto-reload, but I am having a hard time debugging because I don't know where the log will be thrown up whe...

1 years ago

1 answers
98 views
0
Understanding docker-compose.yml Volumes

Mounting Host Side Folder A to Container Folder BSave folder C directly under folder B in container to named volumeIf you set the above in docker-compose.yml, folder C appears directly under folder A ...

1 years ago

1 answers
40 views
0
Cannot install with bundle install error

running environment:Windows 1p Pro (64bit)Vagrant 2.2.14Ubuntu 16.04.6 LTSDocker 18.09.7ruby —ruby 2.7.2p137 In order to install Ruby's sinatra library in the Docker containerbundle install encountere...

1 years ago

1 answers
41 views
0
To run mysql 5.6 on a Docker centos:centos6 image

I would like to have my new Rails project run on DockerToolbox.The Rails version is 4.0.0.#...set up abbreviated Docker Toolbox...$ git clone path /to /repository.git project$ cd project# Install gem$...

1 years ago

1 answers
105 views
0
Unable to access Rails+docker-compose localhost

I'm trying to develop the rails application using docker.docker-compose run web rails db:migrateI was able to verify that the database was created by running , but when I accessed localhost:3000, I sa...


1 answers
75 views
0
In docker-compose, //bin/sh:1:node-dev:not found と

What do you expectdocker-compose-f docker-compose.yml up-d --build The frontend container starts after execution.ProblemsAfter running docker-compose-f docker-compose.yml up-d --build, check docker ps...

1 years ago

1 answers
42 views
0
webpacker:installing errors in rails

I am currently trying to publish an app that I made my own development environment with docker-compose, but when I did docker-compose up, they said no such file please webpacker:install, so I got the ...

1 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.