Sign inSign up

sleepyboy/react-bullseye

By sleepyboy

Updated almost 4 years ago

A lightweight sandboxing image for create-react-app

Image
0

209

sleepyboy/react-bullseye repository overview

react-bullseye

A lightweight sandboxing image for create-react-app


Welcome to react-bullseye!

Prototype UI POC's and investigate 3rd party packages in a consistent runtime environment, without polluting your work machine!


Table of Contents 📖
  • Get Started
  • Technologies
  • License/Stats/Author

Get Started 🚀

Fetch this image with:

docker pull sleepyboy/react-bullseye:latest

And for your choosing of CONTAINER_NAME, HOST_PORT and CONTAINER_PORT, run with:

docker run --name $CONTAINER_NAME -p $HOST_PORT:$CONTAINER_PORT -d -t sleepyboy/react-bullseye:latest;

Connect with:

CONTAINER_ID=$(docker ps -aqf "name=$CONTAINER_NAME"); wait; docker exec -it $CONTAINER_ID /bin/bash

This image comes with an opinionated enhancement of vim for editing via ssh, for those un-motivated to use the VSCode Docker extension. There are also some convenience alias's added to /root/.bashrc.


Technologies 🧰


License, Stats, Author 📜

example image tag

Docker Image Size (latest by date)

See License for the full license text.

This image was authored by Isaac Yep.

Tag summary

Content type

Image

Digest

sha256:7329dd3f9

Size

498.5 MB

Last updated

almost 4 years ago

docker pull sleepyboy/react-bullseye