Skip to content

Latest commit

 

History

History

ubuntu_base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

docker-ubuntu_base

Docker Automated buil

Docker image with basic Ubuntu tools.

Tools

  • ftp
  • 7zip
  • tabix (with bgzip)
  • dos2unix

Usage

You can download and run this image using the following commands:

# Get Docker image
docker pull ummidock/ubuntu_base:latest

# Run
docker run --rm -u $(id -u):$(id -g) -it -v /local/folder/data:/data/ ummidock/ubuntu_base:latest bash