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.1k views
1 answer
    I have known clearly about the usage of the docker option --net=container:NAME_or_ID, I also have read the source ... tell me the truth, thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I've got a Dockerfile. When building the image, the build fails on this error: automake: error: no 'Makefile ... Docker to just ignore this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    After reading the .dockerignore documentation, I'm wondering if there is a way to test it? Examples **/ ... the correct files and directories? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm looking for a pattern that allows to share volumes between two containers running on the same pod in ... ", GitTreeState:"clean"} See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
899 views
1 answer
    I have make my code ready on Windows, but I find it's not easy to share to boot2docker. I also find that ... staff 4096 Jun 16 09:47 Users/ See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
973 views
1 answer
    My Dockerfile creates a directory, chown's it, and then lists the directory afterwards. The directory is still owned ... 13.0-36-generic kernel. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Inside my Dockerfile: ENV PROJECTNAME mytestwebsite CMD ["django-admin", "startproject", "$PROJECTNAME"] Error: ... create the project... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
936 views
1 answer
    This could be maybe a trivial question but reading docs for ARG and ENV doesn't put things clear to me. I ... this please let me know about it See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I'm trying to push a docker image to an Amazon ECR registry. I'm using docker client Docker version 1.9.1, ... you have applied to the image. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    You can set image name when building a custom image, like this: docker build -t dude/man:v2 . # Will be ... it in the docker build command? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am running a Travis build and it fails when building the mysql:5.7.27 docker image. The Dockerfile runs ... -Timer: S1553616198.734091,VS0,VE0 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    So I have a docker file which does this: ENV ENV ${ENV} ENV SERVICE_NAME ${SERVICE_NAME} USER app ENV HOME= ... app:latest What happened to CMD? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
868 views
1 answer
    There are two containers A and B. Once container A starts, one process will be executed, then the container ... kickstart A from container B ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I want to clear cache in all the pods in my Kubernetes namespace. I want to send one request to the end-point ... here would be a great help. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am running kafka on ec2 instance. So amazon ec2 instance has two ips one is internal ip and second one ... many combinations but didn't work. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have the following image created by a Dockerfile: REPOSITORY TAG IMAGE ID CREATED SIZE ruby/lab latest ... friend for testing purposes Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to go deeper in my understanding of Docker's volume, and I'm having an hard time to figure out ... VOLUME entry with the -v flag. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
995 views
1 answer
    I am running several containers using docker-compose. I can see application logs with command docker-compose logs. However ... I can find it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I can enable auto-restart with --restart=always, but after I stop the container, how do I turn off that attribute? ... for port 80 on the host. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    According to the Docker Compose's compose-file documentation: depends_on - Express dependency between services. links - ... from the Internet) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    i have a windows application which I want to containerize. Its a windows desktop application (not web application). I ... gui??? how??? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    How can I access environment variables in Vue, that are passed to the container at runtime and not during the build ... Node.js app at runtime. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to learn about Docker, but I keep getting cryptic (to me) error messages. Possibly the simplest ... that example, or in general. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    While pushing the docker image (after successful login) from my host I am getting "unauthorized: authentication required". ... as well. No luck! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to run MULTIPLE commands like this. docker run image cd /path/to/somewhere && python a.py But ... any hints about ESCAPE characters. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I do have deployment with single pod, with my custom docker image like: containers: - name: mycontainer image: ... mycontainer=myimage:1.9.1 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I am using asp.net core 3.1 docker enabled project template (VS2019) to develop a web API. There are no ... their guidance to fix this issue See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    This might be silly but I am unable to install cPickle with python 3.5 docker image Dockerfile FROM python:3.5- ... returned a non-zero code: 1 See Question&Answers more detail:os...
asked Oct 17, 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

...