A docker image with common linux tools (nano, wget, curl, etc)
Login first with:
docker login
Run with:
docker run --network -it yngvark/linuxtools bash
Other use cases:
docker run --network some_network -it yngvark/linuxtools bash
A docker image with common linux tools (nano, wget, curl, etc)
DockerfileMIT