Skip to content

arichtman-srt/devcontainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevContainer Presentation

Repository template for DevContainer presentation

Viewing

Development

  1. Run the devcontainer
  2. hugo serve
  3. Visit the localhost address provided

Users

Go to the GitLab pages URL and view the presentation.

Delivering

Preparation

  1. Locate Ubuntu AMI

  2. Fire up WSL2 Ubuntu

  3. Create EC2 instance and get IP export IP=

  4. SSH key copy scp $HOME/.ssh/* ubuntu@$IP:~/.ssh

  5. SSH using private IP (note that our VPN is now properly configured for this) ssh ubuntu@$IP

  6. Set up a dotnet 6 repository

    git clone [email protected]:brisbane-office/seat-selector/seat-map-service.git
    cd seat-map-service
    git checkout ft-gitlab-pipelines
  7. Set up a Ruby repo git clone [email protected]:brisbane-office/shared-libraries/repository-templates/ruby-gem.git

  8. Set up Python repo

    git clone https://github.com/arichtman/gitlab-lint.git
    cd gitlab-lint
    git switch ft-domain-validation
  9. Configure VSCode remote to the instance

  10. Open a window connnected to the instance

  11. DO NOT BOOTSTRAP anything else

About

Internal presentation/training for devcontainers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published