Thanks to visit codestin.com
Credit goes to github.com

Skip to content

alanmoran/xsos-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

xsos-container

A lightweight, Fedora based xsos image which allows you to mount a local sosreport and use xsos. This is mostly due to xsos not working on MacOS

Quick Way

Pull the image from docker.io and go:

docker pull alanmoran/xsos-container
docker run -it -v <path-to-local-sosreport-dir>:/tmp/sos/ alanmoran/xsos-container bash xsos /tmp/sos/ -a

Building Locally

The following example shows how this image can be used to use xsos on a local sosreport.

Pull down this repository and run the following commands:

docker build -t fedora-xsos .     # creates a local image called "fedora-xsos"
docker run -it -v <path-to-local-sosreport-dir>:/tmp/sos/ fedora-xsos bash xsos /tmp/sos/ -a  # Outputs a xsos summary using -a

# To enter interactive mode use 
docker run -it -v <path-to-local-sosreport-dir>:/tmp/sos/ fedora-xsos bash
xsos /tmp/sos/ -a

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published