python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Buiding a Docker image with a external project reference (outside solution)
I'm having trouble building a Docker Image of my project. In my project I have a project reference from an application, which is not in the same solution as my project. When I try to build my Docker i...
Mr. E
Votes: 0
Answers: 0
Packer unable to read shell script while using Docker plugin
I am trying to create a docker image using Packer. However, when I am trying to use the shell provisioner it is unable to find the shell script.
learn-packer.docker.terraform: /bin/sh: /tmp/script_899...
Judi
Votes: 0
Answers: 1
Printing command line args (java program) when using docker run
I have a java program which prints command line arguments
public class Sample {
public static void main(String[] args) {
System.out.println(args[0]);
System.out.println(args[1]);...
John
Votes: 0
Answers: 1
No network request working from a docker when building docker image
I'm trying to build docker image with Dockerfile. For the experiment, I added to this file such lines:
RUN ping google.com
RUN ping 8.8.8.8
Then I'm trying to build this image:
docker build -t my-cus...

Ярига Олег
Votes: 0
Answers: 1