Skip to content

simple dockerfile to create ubuntu os with vim git ping ifconfig python3 ansible ssh and docker (docker in docker )

Notifications You must be signed in to change notification settings

gaetan1903/ubuntu00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu00

simple dockerfile to create ubuntu os with vim git ping ansible ssh and docker (docker in docker )

How to pull?

$ docker pull gaetan1903/ubuntu00:latest

or

$ docker pull docker.pkg.github.com/gaetan1903/ubuntu00/ubuntu00:latest

How to run?

$ docker run -tid --name ub0 -v /var/run/docker.sock:/var/run/docker.sock ubuntu00:latest

How to get shell?

$ docker exec -ti ub0 bash

How to connect with ssh?

ssh -l root ip_adress

password: toor

Why I need this container?

I use it to pratice using

  • ansible with many instances of container ( ansible requires only python and ssh)
  • ansible - docker
  • docker - ansible
  • docker in docker

About

simple dockerfile to create ubuntu os with vim git ping ifconfig python3 ansible ssh and docker (docker in docker )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published