inokappa / vscode-remote-container-sandbox

Sandbox for VSCode Remote Containers and shellspec and minio on circleci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sandbox for VSCode Remote Containers and shellspec and minio on circleci

inokappa

About

  • VSCode の Remote Containers 機能を触ってみました
  • shellspec を色々と弄ってみました
  • minio を CircleCI のジョブの中で動かしてみました

Files

$ tree .
.
├── .circleci
│   └── config.yml
├── .devcontainer
│   └── devcontainer.json
├── docker
│   └── Dockerfile
├── docker-compose.yml
├── README.md
├── src
│   └── sample
│       ├── lib
│       │   └── sample.sh
│       ├── .shellspec
│       └── spec
│           ├── sample_spec.sh
│           └── spec_helper.sh
└── .vscode
    └── settings.json

About

Sandbox for VSCode Remote Containers and shellspec and minio on circleci


Languages

Language:Shell 85.5%Language:Dockerfile 14.5%