Sign inSign up

namikazebadri/codeigniter-app

By namikazebadri

Updated over 5 years ago

Image
0

513

namikazebadri/codeigniter-app repository overview

CodeIgniter 4 Docker Image

Build docker image for CodeIgniter 4 application.

Build Image

To build image run this command (change the tag name & version with your preferred tag name & version).

$ docker build . -t myorganization/myimage:1.0.0

Running Container from Image

To create a container from the image, run this command (change the tag name & version with your preferred tag name & version).

$ docker run -d -p 80:80 --name codeigniter-app myorganization/myimage:1.0.0

Then you can access the app from the browser with this url: http://127.0.0.1:80

Dockerhub image

This repository is proven by running build in Dockerhub, you can see the result here.

Tag summary

Content type

Image

Digest

Size

115.8 MB

Last updated

over 5 years ago

docker pull namikazebadri/codeigniter-app