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: can a cmdline argument be appended to a shell built-in command args?
I want to create a docker image with a cmdline-specifiable exit code.
From this question, I learned that I must use exit as an argument to sh because it is a shell built-in command, not an executable:...
StoneThrow
Votes: 0
Answers: 2
Docker Swarm Scheduling Performance with node.id Constraint
If I created a service with docker swarm specifying e.g. node.id==node42 as a constraint what would happen from the point of view of the scheduling process? The process would be performed entirely tak...
GBis
Votes: 0
Answers: 0
Cannot execute docker inspect inside Jenkins job
I need to execute docker inspect from a Jenkins pipeline to get the health status of a container. I tried the following in my pipeline script:
def containerHealth = sh(
script: "docker inspec...
Erred Occuror
Votes: 0
Answers: 0