Skip to content

[WIP] adding workshop and related files -- attempting to set up for s…#1144

Draft
ajzobro wants to merge 4 commits into
mainfrom
chore/add-workshop
Draft

[WIP] adding workshop and related files -- attempting to set up for s…#1144
ajzobro wants to merge 4 commits into
mainfrom
chore/add-workshop

Conversation

@ajzobro

@ajzobro ajzobro commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

…erver development, not working yet

Description

workshop launch dev will get you a workshop that is ready to run the server and do development activities -- however, you will have to access the server from inside the workshop until I (we) figure out how to get arbitrary docker processes from the docker-ce SDK to be mapped out to the localhost.

workshop launch dev
workshop run dev server-up
workshop run dev add-sample-data
workshop@dev-119e3cbe:/project$ docker ps
CONTAINER ID   IMAGE                    COMMAND                  CREATED         STATUS         PORTS                                             NAMES
12f8f6fae3b6   server-testflinger       "gunicorn --bind 0.0…"   5 minutes ago   Up 5 minutes   0.0.0.0:5000->5000/tcp, [::]:5000->5000/tcp       testflinger-server
d49d49ae189c   dexidp/dex:latest        "/usr/local/bin/dock…"   5 minutes ago   Up 5 minutes   0.0.0.0:5556->5556/tcp, [::]:5556->5556/tcp       dex
04e5c2d4fcb7   mongo:5                  "docker-entrypoint.s…"   5 minutes ago   Up 5 minutes   0.0.0.0:27017->27017/tcp, [::]:27017->27017/tcp   mongo
20edaab7287a   hashicorp/vault:latest   "docker-entrypoint.s…"   5 minutes ago   Up 5 minutes   0.0.0.0:8200->8200/tcp, [::]:8200->8200/tcp       vault

Resolved issues

Documentation

Web service API changes

Tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant