À l'aide de la plate-forme Ubuntu 14.04, docker installé:
ubuntu@ubuntu:~$ docker --version
Docker version 1.10.2, build c3959b1
dans docker, en cours d'exécution ubuntu image/container
root@2a14c4a7b565:/# uname -a
Linux 2a14c4a7b565 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
root@2a14c4a7b565:/# Sudo apt-get install vim
alors il montre logn msg
------
-----
---
enfin dernière ligne comme ça
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/v/vim/vim_7.4.052- 1ubuntu3_AMD64.deb Could not resolve 'archive.ubuntu.com'
comment réparer?
Exécutez la commande suivante dans votre conteneur:
apt-get update
apt-get install vim