Git Product home page Git Product logo

docker-playsms's Introduction

docker-playsms

Item Info
Project update 160718
Project version 1.6
playSMS version 1.4

This project is playSMS docker image project.

playSMS is a free and open source SMS management software. A flexible Web-based mobile portal system that it can be made to fit to various services such as an SMS gateway, bulk SMS provider, personal messaging system, corporate and group communication tools.

Visit playSMS website for more information.

Build

To build the image yourname/playsms, execute the following command on the docker-playsms folder:

docker build -t yourname/playsms .

Push your new image to the docker hub:

docker push yourname/playsms

Install

Pull/download the image from docker hub:

docker pull antonraharja/playsms

Run this for installation, just the first time:

docker run -d -p 2222:22 -p 80:80 antonraharja/playsms

Get <CONTAINER_ID> of your image:

docker ps -l

Follow logs:

docker logs -f <CONTAINER_ID>

Once sshd runs, change the default shell or SSH root password:

ssh -p 2222 root@localhost
passwd root

Change the password to your own secure password. The default shell or SSH root password is changemeplease

Usage

Start your container:

docker start <CONTAINER_ID>

Stop your container:

docker stop <CONTAINER_ID>

Running command inside the container:

docker exec <CONTAINER_ID> <COMMAND>

Example of running command playsmsd check on CONTAINER_ID dce34421e079:

docker exec dce34421e079 playsmsd check

Maintainer

References

docker-playsms's People

Contributors

antonraharja avatar tifayuki avatar fermayo avatar maximeheckel avatar frank-dspeed avatar philhug avatar sobit avatar yograterol avatar ybouhjira avatar igayoso avatar wil3 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.