docker-ubuntu-server

A Ubuntu Server image used for testing.

APACHE-2.0 License

Stars
0

Docker Ubuntu Server

A multi-architecture image for ubuntu-server.

Architectures

  • armv7
  • arm64
  • amd64

Dependencies

  • None

Usage

docker cli

$ docker run -d \
  --name=ubuntu-server-default \
  -e TZ=America/Los_Angeles `# optional` \
  -p 3000:3000 \
  --restart unless-stopped \
  nicholaswilde/ubuntu-server

docker-compose

See docker-compose.yaml.

Configuration

user password
ubuntu ubuntu

Development

See Wiki.

Troubleshooting

See Wiki.

Pre-commit hook

If you want to automatically generate README.md files with a pre-commit hook, make sure you install the pre-commit binary, and add a .pre-commit-config.yaml file to your project. Then run:

$ pre-commit install
$ pre-commit install-hooks

Currently, this only works on amd64 systems.

License

Apache 2.0 License

Author

This project was started in 2021 by Nicholas Wilde.

Badges
Extracted from project README
Docker Image Version (latest by date) Docker Pulls GitHub ci lint pre-commit