Displaying 20 results from an estimated 30000 matches similar to: "Unable to access network from docker container"
2018 Apr 06
0
Unable to access network from docker container
On 05.04.2018 22:49, H wrote:
> I have recently installed docker and playing around with it. On a CentOS 7 machine, however, I am unable to get access to the outside internet, thus yum ... fails. The host machine runs fine.
Which ip range do you use in your network? Maybe this overlaps with the
docker default ip range (172.18.0.1/16).
best regards
Ulf
2019 May 01
1
HERE document in docker script file
On 04/30/2019 02:54 AM, Gianluca Cecchi wrote:
> On Tue, Apr 30, 2019 at 4:44 AM H <agents at meddatainc.com> wrote:
>
>> I am trying to use a HERE document in a docker script file to generate a
>> text file but must be doing something wrong since I get a warning message
>> that I did not expect:
>>
>> EOF: line 6: warning: here-document at line 0
2018 Apr 06
0
Unable to access network from docker container
On April 5, 2018 4:49:57 PM EDT, H <agents at meddatainc.com> wrote:
>I have recently installed docker and playing around with it. On a
>CentOS 7 machine, however, I am unable to get access to the outside
>internet, thus yum ... fails. The host machine runs fine.
>
>I am wondering if there are some networking setting on the host I need
>to modify to allow the docker
2019 Apr 30
3
HERE document in docker script file
I am trying to use a HERE document in a docker script file to generate a text file but must be doing something wrong since I get a warning message that I did not expect:
EOF: line 6: warning: here-document at line 0 delimited by end-of-file (wanted `EOF')
This is the sample script I am testing in my docker file:
RUN bash -c "$(/bin/echo -e "cat << 'EOF' | tee -a
2018 Dec 27
1
Docker + ipv6
Hello,
i want to use docker with ipv6.
i install docker and edit the /etc/docker/daemon.json:
{
"ipv6": true
}
Message:
[root at froodo network-scripts]# systemctl status docker
? docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Do
2020 Aug 10
1
Docker container isolation not working in CentOS 7
Le 10/08/2020 ? 17:03, Roberto Ragusa a ?crit?:
> Where is your docker coming from?
>From the CentOS repository on Docker.com:
$ head -n 7 /etc/yum.repos.d/docker-ce.repo
[docker-ce-stable]
name=Docker CE Stable - $basearch
baseurl=https://download.docker.com/linux/centos/7/$basearch/stable
enabled=1
gpgcheck=1
gpgkey=https://download.docker.com/linux/centos/gpg
Nearly all the online
2020 Mar 04
2
Running CentOS 6 in a Docker container on a non-CentOS host
I have to support a legacy build that runs on CentOS 6. I?m new to Docker and would like to use the official CentOS 6.10 image (https://github.com/CentOS/sig-cloud-instance-images/blob/da050e2fc6c28d8d72d8bf78c49537247b5ddf76/docker/Dockerfile <https://github.com/CentOS/sig-cloud-instance-images/blob/da050e2fc6c28d8d72d8bf78c49537247b5ddf76/docker/Dockerfile>) as a Docker container on
2020 Aug 10
3
Docker container isolation not working in CentOS 7
Hi,
I've decided to use these summer holidays to wrap my head around Docker and its
quirks. Spent the last couple weeks working through a Udemy tutorial and a
thick book about Docker, and I have Docker CE installed on two machines:
* my workstation running OpenSUSE Leap 15.1
* a public sandbox server running CentOS 7
I'm currently fiddling with custom networks and container
2020 Mar 09
2
Running CentOS 6 in a Docker container on a non-CentOS host
> On Mar 5, 2020, at 6:05, Peter Kjellstr?m wrote:
>
> You can use singularity. The following example makes an image by
> pulling from centos on dockerhub:
Interesting! However, I would prefer to use more ?native? Docker commands, as I would rather not have all developers install and configure Singularity when they already have Docker installed on their systems. There has got to be
2018 Sep 03
2
running a (secondary) samba DC as docker container
As I am learning docker lately I came to the idea of using a docker
container as a "fallback" DC at sites where there is no budget (or
understanding) for a 2nd physical DC.
That 2nd DC *might* run as docker container alongside the DM/fileserver,
right? OK, it should get a separate IP, I assume etc
Aside from the details: does anyone here actually do that?
2018 Sep 03
2
running a (secondary) samba DC as docker container
Am 03.09.18 um 15:12 schrieb Robert Marcano via samba:
> On 09/03/2018 04:10 AM, Stefan G. Weichinger via samba wrote:
>>
>> As I am learning docker lately I came to the idea of using a docker
>> container as a "fallback" DC at sites where there is no budget (or
>> understanding) for a 2nd physical DC.
>>
>> That 2nd DC *might* run as docker
2023 Aug 07
1
Samba-AD in Docker
On Monday, August 7, 2023 6:05:03 AM EDT Andrew Bartlett via samba wrote:
> https://github.com/samba-in-kubernetes
>
Andrew, thanks a bunch for pointing people to our org! I really appreciate it.
More below...
> On Mon, 2023-08-07 at 11:08 +0200, Joachim Lindenberg via samba wrote:
> > Hello Anantha, Michael,
> > IIRC this is somewhat optimistic or a secret sausage. For
2016 Sep 04
4
more than one IP address on network device?
On 09/04/2016 05:00 PM, Ulf Volmer wrote:
>> IPADDR2=192.168.1.10
>> BROADCAST2=192.168.1.255 <--
>> NETMASK2=255.255.255.0
>> NETWORK2=192.168.1.0 <--
>> GATEWAY2=192.168.1.1 <--
>>
>> in case they don't match the first IP address?
>
> I'm not sure at this point. If you have to add a second ip in another
> different network
2017 Sep 11
2
Docker container for Raspberry Pi
Hi everybody.
Just wanted to mention that I've published a docker image of tinc 1.1pre15
for the raspberry pi 2/3.
It was compiled from source on a raspberry 3 and published as
byscontrol/tinc-rpi <https://hub.docker.com/r/byscontrol/tinc-rpi/> along
witht the configuration instructions.
The latest tag refers to 1.1pre15 only, but I can publish other versions as
well if needed.
Hope
2019 Mar 17
2
Testing software on CentOS 7
I need to test a new version of Geany but already have the repo version installed on all my systems. In order not to foul up my current installation, what is the suggested procedure for installing and testing this new version?
I tried installing in a docker container which of course went fine but could not run it from there.
Suggestions appreciated, thank you.
2014 Dec 23
2
WARNING: No module xenblk found for kernel
Quoting Ulf Volmer <u.volmer at u-v.de>:
> On 12/18/2014 08:11 PM, Dave Stevens wrote:
>> ran routine updates on the lernel this morning and got this:
>>
>> WARNING: No module xenblk found for kernel 2.6.18-400.1.1.el5,
>> continuing anyway
>
> i'm not sure that i can help you, i have currently no centos5 vm on xen.
>
> But i guess the warning is
2016 Sep 04
4
more than one IP address on network device?
On 04.09.2016 15:18, Ulf Volmer wrote:
> On 09/03/2016 07:34 PM, Walter H. wrote:
>
>> if I would need an additional IPv6 address I'd just add
>> IPV6ADDR_SECONDARIES="ipv6addr"
>> to this file; if I would need an additional IPv4 address this works only
>> by a virtual device
>> e.g. eth0:1 like this:
> That's not true, you can add ipv4
2017 Sep 14
3
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 6:45 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
> On 14.09.2017 23:56, Larry Martell wrote:
>> On Thu, Sep 14, 2017 at 5:30 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
>
>>> Again, please enter 'about:plugins' in the address bar of your browser
>>> to make sure, that the right java version is activated.
>>
>> This
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 2:32 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
> On 14.09.2017 19:54, Larry Martell wrote:
>
>> Where would I do that? This is something running from a browser.
>
> Is the java plugin enabled in your browser? That's not the default nowadays.
>
> if you are running firefox you can check this by opening 'about:plugins'.
>
>
2016 Feb 12
3
A repo with latest httpd for http2?
On 02/12/2016 10:54 PM, John R Pierce wrote:
> On 2/12/2016 11:13 AM, SternData wrote:
>> Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or
>> mod_h2)?
>
> EL7 comes with httpd-2.4...
>
> # yum list httpd
> ...
> Installed Packages
> httpd.x86_64 2.4.6-40.el7.centos @base
Including support for http2?
i doubt that. As far as i know,