Skip to content

A simple Dockerfile with latest Alpine image and additional software, including neofetch which saves neofetch output

Notifications You must be signed in to change notification settings

4sokol/alpine-neofetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

alpine-neofetch

A simple Dockerfile with latest Alpine image and additional software (bash, neofetch), which saves neofetch output into '/neofetch'

Howto:

  1. Clone the repo to the local
  2. from the local directory with the Dockerfile, build the image: docker build -t <image_name:tag> .
  3. check that the image exists: docker images
  4. run the container using the image which was created (in interractive mode and as a daemon): docker run -it -d <image_name:tag>
  5. check that the container exists and up and running: docker ps
  6. to access the container and check the /neofetch file run: docker exec -it <container_id_which_could_be_found_via_docker_ps_cmd> /bin/bash
  7. the container shell session should be opened in the terminal. Files and directories list should consist this: ls -al image

cat /neofetch image 8. to exit the container Shell Environment type 'exit'

About

A simple Dockerfile with latest Alpine image and additional software, including neofetch which saves neofetch output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published