0.5.0 • Published 5 months ago

create-containerized-app-template v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Dynamic JSON Badge Static Badge

Create Containerized App Template (CCrATe)

This project provides a straightforward Docker file for new and experienced users.

The Docker file generates a container and installs a fully configured app template.

install Docker

reference the docs

install CCrATe

first install globally

npm install -g create-containerized-app-template

then create your project

npx create-containerized-app-template --name={my-project}

build and run container

build image ccrate

npm run build

run container ccrate-app

npm run dev

open http://localhost:3000 in browser

the containerized app

access the container

npm run access

reference create-application-template to learn more about the app

other Docker commands

view container info

docker container inspect ccrate-app

list running containers

docker container ls

list all containers (including idle)

docker container ls -a

list images

docker images

remove container

docker container rm ccrate-app

remove image

docker rmi ccrate:latest
0.5.0

5 months ago

0.4.1

5 months ago

0.4.0

5 months ago

0.3.0

6 months ago

0.2.0

7 months ago

0.1.5

7 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago