내 Linux 컨테이너에서 작동하지 않는 apt-get 업데이트를 수정하는 방법

내 Linux 컨테이너에서 작동하지 않는 apt-get 업데이트를 수정하는 방법

다음 명령을 사용하여 Linux 컨테이너를 만들었습니다. sudo LXC는 k3_7.8 컨테이너 이름을 생성합니다.

컨테이너가 성공적으로 생성된 후 apt-get update 명령을 실행할 수 없습니다. Linux 컨테이너 내부의 현재 구성을 검토하세요.

System information 
root@newContainer:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.4 (jessie)
Release:        8.4
Codename:       jessie
root@newContainer:~#

root@container:/var/lib/apt# cat  /etc/apt/apt.conf
Acquire::Check-Valid-Until "false";
root@container:/var/lib/apt# cat /etc/apt/sources.list
deb http://deb.debian.org/debian/ jessie main contrib non-free
deb-src http://deb.debian.org/debian/ jessie main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

콘솔 스냅샷:-

root@container:/var/lib/apt# sudo apt-get update
Get:1 http://ftp.de.debian.org sid InRelease [149 kB]
Err http://deb.debian.org jessie Release.gpg
  Connection failed [IP: 151.101.84.204 80]
Err http://security.debian.org jessie/updates Release.gpg
  Connection failed [IP: 151.101.84.204 80]
Do I need to update any configuration.

관련 정보