Development environments in docker
Go to file
2022-05-16 16:31:24 +00:00
experimental sqlite-workspace with NocoDB 2022-03-21 16:33:37 +00:00
img another ukraine flag 2022-03-03 22:00:08 +00:00
utils release 2: update ubuntu-wrk docs 2022-05-10 06:58:25 +00:00
workspaces release 2.0: scala, R 2022-05-16 16:31:24 +00:00
.gitignore initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
LICENSE Initial commit 2021-07-30 14:13:31 +02:00
README.md update main readme with sqlite-wrk 2022-03-23 11:31:22 +00:00

Ukraine

Workspaces in docker

Workspace is a single docker image with a number of applications and tools for specific task, such as Python development or Postgres management.

Demo: Ansible-Terraform workspace

Htop

If you like this project, please support it by simply putting a Github star and sharing with friends on Twitter.

Contents

List of workspaces

Workspace-in-docker

General-purpose dockerized development environment. Fully isolated inside a docker container. Includes code editor, terminal, scheduler and filebrowser.

docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/workspace-in-docker

Codeserver-Workspace

An alternative workspace to the workspace-in-docker but with Codeserver.

docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/codeserver-workspace

Python-Workspace

General purpose python development environment with a focus on linting, testing, auto-documentation, performance and profiling.

docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/python-workspace

Ansible-Terraform-Workspace

Dockerized development environment for Ansible and Terraform. Workspace will help to create and manage infrastructures; visualize planned terraform changes; display ansible hosts plays; schedule and observe executions.

docker run --name space-1 -d -p 8020-8035:8020-8035 -p 9000:9000 alnoda/ansible-terraform-workspace

Postgres-Workspace

Great number of tools to manage PostgreSQL database, develop and schedule database scripts and applications. All in a single docker image.

docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/postgres-workspace

Redis-Workspace

Docker image with Redis, Redis Commander and other Redis CLI tools. Can be used to manage cloud Redis deployments, or as Redis docker image with batteries included for local development.

docker run --name rwid-1 -d -p 8020-8035:8020-8035 alnoda/redis-workspace

Kafka-Workspace

Docker image with Kafka, and many tools to manage Kafka clustters in cloud, improve development experience or get started with Kafka fast.

docker run --name rwid-1 -d -p 8020-8035:8020-8035 alnoda/kafka-workspace

Elasticsearch-Workspace

A tool to manage Elasticsearch/Opensearch clusters. Schedule backups of Elasticsearch indexes, migrate to other clusters, export and import Elasticsearch data to S3.

docker run --name elawid-1 -d -p 8020-8035:8020-8035 alnoda/elasticsearch-workspace

MkDocs-MagicSpace

MkDocs-MagicSpace is an all-in-one tool, carefully crafted to make the development of gorgeous documentation websites like this one as easy as possible.

docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/mkdocs-magicspace

SQLite-Workspace

Collection of tools to develop SQLite databases. Useful if you need to create an embedded database for your application, and fill it with data.

docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/sqlite-workspace

Ubuntu-workspace

Docker as a "light-weight Virtual Machine". Get an isolated Ubuntu environment for development, testing or experimentation that requires less resources than VM.

docker run --name space-1 -d -p 8020-8030:8020-8030 alnoda/ubuntu-workspace

Why workspace In Docker

When used locally, workspaces help to isolate development environments and easily switch between projects. Workspaces can be moved between laptops, PCs, backed up and shared with friends.

When launched on remote server, workspaces can be used to schedule scripts and tasks, such as data ingestion.

When deployed on K8S, workspaces can be used to manage databases, create backups.

Contribution

Simply create a pull request. It will be welcome.
If you feel you need to discuss first, create an issue.