Skip to content

Latest commit

 

History

History

ubuntu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

RUN

Simple

docker run --rm -it ubuntu bash

Advanced

hibuz/bash includes, ubuntu user an packages(sudo, iputils-ping, net-tools, curl, vim, git)

docker run -d -it --privileged -u ubuntu --name ubuntu hibuz/bash:22.04

Use

docker exec -it ubuntu bash
ubuntu@a20993d3aa14:~$ cat /etc/issue
Ubuntu 22.04.1 LTS \n \l