Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

disable ipv6 in docker debian:wheezy #7

Closed
stongo opened this issue Sep 3, 2014 · 1 comment
Closed

disable ipv6 in docker debian:wheezy #7

stongo opened this issue Sep 3, 2014 · 1 comment

Comments

@stongo
Copy link

stongo commented Sep 3, 2014

Hope I'm filing this issue in right repo.

Here is a Dockerfile to reproduce the issue.

FROM debian:wheezy
RUN echo 'net.ipv6.conf.all.disable_ipv6=1' >> /etc/sysctl.conf && \
    /sbin/sysctl -p /etc/sysctl.conf

Here is the result

Step 0 : FROM debian:wheezy
 ---> c1eec48018ed
Step 1 : RUN echo 'net.ipv6.conf.all.disable_ipv6=1' >> /etc/sysctl.conf &&     sysctl -p /etc/sysctl.conf
 ---> Running in 6a8e9aeadd03
/bin/sh: 1: sysctl: not found

Same result with trying /sbin/sysctl

@stongo
Copy link
Author

stongo commented Sep 3, 2014

Non valid. See issue #8

@stongo stongo closed this as completed Sep 3, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant