Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
/ ubuntu-plus Public archive

Ubuntu image with some extra packages

License

Notifications You must be signed in to change notification settings

P3TERX/ubuntu-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-plus

LICENSE GitHub Stars GitHub Forks Docker Stars Docker Pulls GitHub Workflow Status

Ubuntu image with some extra packages

Usage

Pull image

docker pull p3terx/ubuntu-plus:18.04

Run container

docker run -itd \
    --name ubuntu-plus \
    -h P3TERX \
    -p 10022:22 \
    p3terx/ubuntu-plus:18.04

Enter container

  • Enter from the host.

    docker exec -it ubuntu-plus zsh
  • Connect via SSH.

    ssh user@IP -p 10022

License

MIT © P3TERX

About

Ubuntu image with some extra packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published