An open API service indexing awesome lists of open source software.

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

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`