Skip to content
forked from 24works/ubuntu

完成阿里云换源的Ubuntu镜像

Notifications You must be signed in to change notification settings

nickdlkk/ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ubuntu Docker Image

This Docker image is based on the latest Ubuntu image and has been configured to use faster package downloads. The image does not perform any additional operations and sets the default command to start a bash shell.

Dockerfile Overview

// ...existing code...

Key Features

  • Base Image: ubuntu:latest
  • Mirror Configuration: Replaces default Ubuntu archive and security URLs with faster mirrors.
  • Default Command: Starts a bash shell.

Usage

To build the Docker image, navigate to the directory containing the Dockerfile and run:

docker build -t 24workers/ubuntu .

To run a container using the built image:

docker run -it 24workers/ubuntu

This will start a container and open a bash shell.

Notes

  • The image is configured to use faster mirrors for package management.
  • No additional software or configurations are included in this image.

About

完成阿里云换源的Ubuntu镜像

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%