Apt Install Docker
chipblog.providencesolar.co › apt-install-dockerDec 28, 2021 · Apt-get -y install firefox apt-get -y install vim. First I create the docker: sudo docker run -t -i ubuntu /bin/bash. Instead of this you can enter in a running docker with his number or name: sudo docker exec -it be8aa338d656 bash. Then inside the docker run this code: apt-get update apt-get install vim nano. Improve this answer.