Skip to content

szabgab/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Docker image for experimenting with stuff so I won't need to reinstall everything all the time.

docker login
docker build -t szabgab/playground:latest .
docker push szabgab/playground:latest
alias dr='docker run -it --rm --workdir /opt -v$(pwd):/opt szabgab/playground:latest bash'
dr

The perl/ folder contains a Dockerfile I used for experimenting with a perl-specific image. It is currently not in use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published