Development environments in docker
Go to file
2022-02-06 17:55:22 +00:00
experimental fix experimental yugabyte build issues 2022-02-06 17:54:28 +00:00
img Postgres and main README updated 2022-02-01 14:52:18 +00:00
utils utils/remote.py fix issues with Ansible ARA behind https proxy on remote server. Add custom images 2021-09-25 07:54:03 +00:00
workspaces release v1.0.0 - update dockerfile dependencies for multiple workspaces 2022-02-06 17:55:22 +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 shortened workspace descriptions 2022-02-01 16:50:36 +00:00

Alnoda logo

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

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.