Play Docker with play-with-docker

Tram Ho

Have you ever found the service open source so good that you could not sleep on github, or the python AI code on the internet that is very cool to show to you? I used to like you, clone source, try to download python and then java and then golang, sleepless nights because of syntax errors or simply pull the library back into incompatible or incompatible

I had a headache with them until one day I found something cool on the github called play-with-docker.

play-with-docker

This service helps us start a repo from Dockerfile and open port so we can test their features

Flipt

https://github.com/markphelps/flipt

Feature flag service helps us manage the feature (on / off) when it comes to production as well as system rollout, we will host the flipt on play-with-docker in this article.

1.0 login play-with-docker

Go to https://labs.play-with-docker.com/ and log in with your docker account (or register if you haven’t already)

2.0 access

Visit https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/markphelps/flipt/master/docker-compose.yml and select the start button and wait …

After creating the session you will be able to use 1 host for 4 hours, after which the session is closed and all data will be deleted.

The screen you see should look almost like this:

3.0 test

At this time, your flipt has successfully hosted on the play-with-docker, press “Open Port” enter 8080 and experience it

Flipt includes features such as: Fast. Written in Go. Optimized for performance Stand alone, easy to run and configure Ability to create advanced distribution rules to target segments of users Native GRPC client SDKs to integrate with your applications Simple REST API Modern UI and debug console Support for multiple databases Data import and export to allow storing your flags as code

Try using it

You can open the repo at the play-with-docker if the repo github appears:

Share the news now

Source : Viblo