https://github.com/downdemo/dockerhub-automated
Ubuntu 20.04 Docker Image Integrated with Oh-My-Zsh, C++17, Python 3.8, Go 1.16.5, Node.js v16.4.2
https://github.com/downdemo/dockerhub-automated
docker-image
Last synced: 10 months ago
JSON representation
Ubuntu 20.04 Docker Image Integrated with Oh-My-Zsh, C++17, Python 3.8, Go 1.16.5, Node.js v16.4.2
- Host: GitHub
- URL: https://github.com/downdemo/dockerhub-automated
- Owner: downdemo
- License: mit
- Created: 2021-07-13T05:50:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T07:53:26.000Z (almost 5 years ago)
- Last Synced: 2025-05-18T00:11:20.271Z (about 1 year ago)
- Topics: docker-image
- Homepage: https://hub.docker.com/r/downdemo/ubuntu/tags
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dockerfile based on offical images for [downdemo's Docker Hub](https://hub.docker.com/u/downdemo) autobuild.
## Quick Start
* [Install docker](https://docs.docker.com/get-docker/)
* Pull
```
docker pull downdemo/ubuntu:20.04
```
* Run
```
docker run -it --rm downdemo/ubuntu:20.04
```
* [Visual Studio Code](https://code.visualstudio.com/) with [Docker Extension](https://github.com/microsoft/vscode-docker) is recommended
## Images
* [Ubuntu with Zsh, C++17, Go 1.16.5, Node.js v16.4.2](https://hub.docker.com/r/downdemo/ubuntu/tags?page=1&ordering=last_updated)
* Ubuntu 20.04:`downdemo/ubuntu:20.04`
* Ubuntu 18.04:`downdemo/ubuntu:18.04`