Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged docker

0 votes
1.4k views
1 answer
    I get this error when I try to build a docker file error creating aufs mount to /var/lib/docker/aufs/mnt / ... mean? How do I fix it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am writing a Dockerfile. Is there a way to make comments in this file? Does Docker have a comment option that ... of a line and ignores it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have tried use ELASTIC_PASSWORD_FILE in Kibana container under environment. However, it seeems like it cant read ... : '${ELASTIC_PASSWORD}' See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have the following docker file, and I am using the command docker build -t demo:v1 . to build the image ... , and the process gets stuck. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Docker run command has option to mount host directory into container -v=[]: Create a bind mount with: [host- ... it with some other container? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm using CentOS 7 as docker daemon host and centos:6 Docker images. I want to install some software which ... as dynamic container IP addr? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I just made a very simple Docker file in my terminal, basically I did the following: mkdir pgrouted cd pgrouted ... am I getting this error? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    How to escape double curly braces in Ansible 1.9.2? For instance, how can I escape double curly ... NetworkSettings.IPAddress }}' instance1" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Before filing a bug I would like to ask someone to confirm the weird docker build behavior I have recently ... $HOME is not very convenient. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I used to list the tests directory in .dockerignore so that it wouldn't get included in the image, which I used ... related. How can I do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
979 views
1 answer
    I need to add several lines to /etc/sysctl.conf in a docker image. Is there an idempotent way to do ... and using the docker commit approach? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have got some problem when I installed Docker with Window Server. The environment list: 1 Windows 10 ( ... fix this problem issue,Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have been trying to wrap my head around how to utilise BitBucket's Pipelines to auto-deploy my (Laravel ... into the correct direction? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    So the main intention was to dockerize a fat jar application and put it into Elasticbeanstalk. The problem is ... Any help will be appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am running a virtual machine (Ubuntu 13.10) with docker (version 0.8.1, build a1598d1). I am trying to ... seems to be a problem with Ubuntu. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to deploy my app to Kubernetes running in Google Container Engine. The app can be found at: https: ... Secret into my Pod for usage? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am using RUN instruction within a Dockerfile to install a rpm RUN yum -y install samplerpm-2.3 However, I ... samplerpm-$arg where $arg=2.3 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm a little bit confused about these two options. They appear to be related. However, they're not ... Dockerfiles to define our environments. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to run a script during my building process in my Dockerfile. But it doesn't seems to work. I tried that ... Do you know how to do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    According to the documentation, it's possible to define multiple args for the flag --build-arg, but I can' ... I can define multiple arguments? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Description Swarm mode routing mesh not working, instead, it is working like using host mode by default. We ... Default Runtime: runc Init Binary: docker-init containerd version...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
896 views
1 answer
    Basically, I'm creating a StatefulSet deployment with 2 pods (single host cluster), I would like to that each ... each pod to use a subfolder See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm using kubectl apply to update my Kubernetes pods: kubectl apply -f /my-app/service.yaml kubectl apply ... help would be greatly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I am trying to deploy a Docker image on Heroku and am trying to understand how to expose multiple ports. Here is ... do I do this in Heroku? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I'm running a nginx 1.12 and a php-fpm 7.1 as seperate docker containers on a synology nas and i get a 504 ... .0.100:8081" Has anyone an idea? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am new to docker, has a simple question to the dockfile. We can write entrypoint and CMD in dock file. ... starting container. Is this true? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    How to create two images in one Dockerfile, they only copy different files. Shouldn't this produce two images img1 & ... 3 months ago 4.15 MB See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I have an Jenkins Server running in an docker container and have access to docker an the host system, so far ... running the command with sudo? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...