I tried using Docker because I don't want to pollute the local environment in Microsoft Teams tab development of MS Learn

I thought that even if I developed tabs for Temas, it wouldn't be so different from SPFx. For now, I feel like I can proceed with MS Learn normally. If you don't want to pollute the environment, please try it.

What I was doing Exercise-Create a custom Microsoft Teams personal tab

https://docs.microsoft.com/ja-jp/learn/modules/embedded-web-experiences/3-exercise-create-custom-teams-personal-tab

procedure

Execute the following command to start the container.

docker run -it --rm --name {Project name} -v {Directory you want to mount}:/usr/app/teamsap -p 3007:3007 okadan/teamsap:2.15.0

Then execute the following command.

yo teams

Please continue!

contents

Dockerfile https://github.com/7o83/DockerTeamsap

Docker Hub https://hub.docker.com/r/okadan/teamsap

Recommended Posts

I tried using Docker because I don't want to pollute the local environment in Microsoft Teams tab development of MS Learn
I want to create the strongest local development environment using VSCode Remote Containers
I tried to build the environment little by little using docker
I tried to build the environment of WSL2 + Docker + VSCode
I tried to develop the cache function of Application Container Cloud Service in the local environment
I tried to build the environment of PlantUML Server with Docker
After learning Progate, I tried to make an SNS application using Rails in the local environment
I tried migrating the portfolio created on Vagrant to the Docker development environment
[Rails] I want to reset everything because the data in the local environment is strange! What to do before that
I tried to summarize the state transition of docker
SSL in the local environment of Docker / Rails / puma
I tried to build an environment using Docker (beginner)
How to install Docker in the local environment of an existing Rails application [Rails 6 / MySQL 8]
[Rails] I want to display the link destination of link_to in a separate tab
I built an environment to execute unit tests using Oracle database (oracle12c) on the Docker in Docker (dind) image of GitLab-CI.
I tried using Dapr in Java to facilitate microservice development
I want to narrow down the display of docker ps
I tried to create a padrino development environment with Docker
I want to recreate the contents of assets from scratch in the environment built with capistrano
What I was addicted to when updating the PHP version of the development environment (Docker) from 7.2.11 to 7.4.x
I tried to take a look at the flow of Android development environment construction with Android Studio
Use MailHog for checking emails in the development environment (using Docker)
I want to display the images under assets/images in the production environment
I want to change the value of Attribute in Selenium of Ruby
I tried to make a sample program using the problem of database specialist in Domain Driven Design
I want to display the number of orders for today using datetime.
I tried to summarize the key points of gRPC design and development
How to execute with commands of normal development language in Docker development environment
Run Redmine in the local environment of Windows10 Pro-Use Docker Desktop for Windows
I tried to make full use of the CPU core in Ruby
I had to lower the PHP version in Docker + Composer + Laravel environment
I installed WSL2 without using Microsoft Store and tried to build an environment where Docker can be used
[Note] Execute java program in the integrated development environment Eclipse-I tried using git
[When using MiniMagick] A memorandum because I stumbled in the CircleCI test environment.
What to do when ‘Could not find’ in any of the sources appears in the development environment with Docker × Rails × RSpec
About the solution of the error that occurred when trying to create a Japanese file of devise in the Docker development environment
I tried using Docker for the first time
I want to output the day of the week
I tried to organize the session in Rails
Improve the performance of your Docker development environment
I want to var_dump the contents of the intent
Support out of support in docker environment using centos6
I tried using the profiler of IntelliJ IDEA
I want to get the value in Ruby
I stumbled when I tried using neo4j in the jenv environment, so make a note
I want to see only the latest because the Docker log has become too large
For those who want to use MySQL for the database in the environment construction of Rails6 ~.
[Active Admin] I want to specify the scope of the collection to be displayed in select_box
I tried to investigate the mechanism of Emscripten by using it with the Sudoku solver
First AWS Lambda (I tried to see what kind of environment it works in)
I tried using a database connection in Android development
I tried to organize the cases used in programming
I tried using the Server Push function of Servlet 4.0
I want to embed any TraceId in the log
Docker the development environment of Ruby on Rails project
05. I tried to stub the source of Spring Boot
I want to judge the range using the monthly degree
I tried to reduce the capacity of Spring Boot
I want to know the answer of the rock-paper-scissors app
I want to display the name of the poster of the comment
I tried installing the Docker Integration plugin in IntelliJ