Skip to content

Just a li'l ol' collection of docker files that I find useful

License

Notifications You must be signed in to change notification settings

probablySophie/dockerfiles

Repository files navigation

Docker Files

Just some files. My files! Docker files.

Clone the repo

docker build -t IMAGE_NAME_YOUD_LIKE -f PATH_TO_DOCKER_FILE .

Who and Why?

alpine_hugo

openSUSE Leap doesn't currently have a Hugo package, so this is obviously the next best option

Running Alpine...

Running the Hugo Alpine docker image & mounting the current directory

docker run --mount src="$(pwd)",target=/test_container,type=bind -p 1313:1313 -it alpine/hugo
cd test_container

The Hugo Quick Start Guide

Running Hugo

hugo server --bind=0.0.0.0

powershell_exchange_ms_graph

I have to use Microsoft's system management stuff :(
This one pre-installs Microsoft Graph and the Exchange Module so you don't have to

ubuntu_lagrange

I just wanted to fix this thing

About

Just a li'l ol' collection of docker files that I find useful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published