GithubHelp home page GithubHelp logo

marcoshssilva / ubuntu-with-tools Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 28 KB

Simple container from ubuntu, contains softwares like git, wget, curl, vim, nano, ssh and others

Home Page: https://hub.docker.com/r/marcoshssilvadev/ubuntu-with-tools

License: MIT License

Dockerfile 81.63% Batchfile 8.72% Shell 9.65%
container docker ubuntu docker-image podman-image

ubuntu-with-tools's Introduction

Ubuntu-With-Tools

Source image from ubuntu with some softwares:

  • git -> clone repositories git
  • vim and nano -> edit files
  • zip, unzip, tar, gzip -> compress and uncompress files
  • ping, telnet, net-tools -> inspect networks and ips
  • wget, curl -> download files or make HTTP requests
  • openssh-client -> connect to another machine, vm or container

Pull Image

Arch's ARM64 AMD64

docker pull marcoshssilva/ubuntu-with-tools:latest

Build image to multi-arch with Docker Buildx

docker buildx build --platform linux/amd64,linux/arm64 --tag marcoshssilva/ubuntu-with-tools:latest .

How to run

Make up instance:

docker run -it --name ubuntu-with-tools marcoshssilva/ubuntu-with-tools:latest

Access container as user 'ubuntu':

docker exec -it $CONTAINER_ID$ /bin/bash

$CONTAINER_ID$ is container id, use docker container ps to view

Run using Docker compose:

Create a file docker-compose.yaml with something like this and execute docker compose up:

version: '3.8'
services:
  ubuntu:
    image: marcoshssilva/ubuntu-with-tools
    ports:
      - 22:22

ubuntu-with-tools's People

Contributors

marcoshssilva avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.