Ubuntu 18:04 on the go. Simple ubuntu for testing purposes. Reachable via ssh. Fail2ban included.
10K+
Not for you, just for me ;=)
Really. It's just ubuntu with fail2ban and some other tools for testing.
bash-completion, byobu, cron, curl, fail2ban, inetutils, iproute2, language-pack-de, less, locales, locate, lsb_release, net-tools, ntp, openssh-server, screen, sudo, traceroute, tzdata, unattended-upgrades, vim, whois
docker run -d \
--name gobuntu \
--hostname gobuntu \
--restart unless-stopped \
--memory "128M" \
--cap-add=NET_ADMIN \
--cap-add=NET_RAW \
-e TZ=America/New_York \
-e LANG=en_US.UTF-8 \
-p 2222:22 \
-v gobuntu_data:/root \
-v gobuntu_logs:/var/log \
theniwo/gobuntu:latest
Info
apt install -y language-pack-(en|de|fr|it|es|pt|sv) ssh root@localhost -p 2222
or
ssh root@$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' gobuntu)
toor
(There is also a user user with the password userpw)
docker exec -it gobuntu bash
NOTES
The latest version will be updated regularly.
The 18.04 will be left untouched.
Additionally there is the unminimized version, that includes most common tools like man etc.
that will not be updated regularly either.
Supported localisations
Installed language packs
TODO
CONTACT
LINKS
Content type
Image
Digest
Size
107.7 MB
Last updated
almost 5 years ago
docker pull theniwo/gobuntu