python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Docker build issues with python and data science packages
Relatively new to docker (building and creating) and I am running into an issue when I attempt to build a docker image with data science packages. The process seems to error out on python selection b...
Ja4H3ad
Votes: 0
Answers: 1
Weird behavior with busybox grep and wget in alpine linux
I'm trying to grep a string from wget --help, I want to check if implementation of wget support my desired option.
wget --help | grep -q '\--show-progress'
I expect if the command failed, it will ret...
Liso
Votes: 0
Answers: 0
Docker image for Nodejs and Couchbase SDK
So we have a nodejs micro-service using the NodeJS Couchbase SDK 3.2
We are trying to build a minimal docker image for our App using the Alpine base image but it seems the sdk needs more than what we ...
SpartanX1
Votes: 0
Answers: 1
Docker inspect command not showing all the ENV vars
I ran an Alpine Docker container using the following command:
docker run -itd --env "my_env_var=test" --name mycontainer alpine
Now when I run the env command from inside the Docker contain...
Kapil Khandelwal
Votes: 0
Answers: 2