Instainer

Run any Docker® container on the cloud
in just 3 seconds.

Deploy your containers via Heroku® style Git deployment.

Wordpress

The WordPress rich content management system can utilize plugins, widgets, and themes.

RUN NOW »

Redis

Redis is an open-source, networked, key-value data store with optional durability.

RUN NOW »

MongoDB

MongoDB document databases provide high availability and easy scalability.

RUN NOW »

nginx

Official build of Nginx.

RUN NOW »

PostgreSQL

The PostgreSQL object-relational database system provides reliability.

RUN NOW »

MySQL

MySQL is a widely used, open-source relational database management system (RDBMS).

RUN NOW »

You can create docker containers with docker-compose.yml

wordpress: image: wordpress links: - db:mysql ports: - 80 db: image: mariadb environment: MYSQL_ROOT_PASSWORD: example

RUN »

Instainer CLI

You can use Instaner CLI (Mac,Windows,Linux supported) for running Docker containers on the cloud. You can find Instainer CLI installation documentation from here.

Instainer REST API

You can also use Instaner REST API for running Docker containers on the cloud. You can find Instainer REST api documentation from here.

What is Instainer?

Instainer is a Docker container hosting service which allows run instantly any Docker container on the cloud with Heroku-style Git deployment. We believe in KISS. When we started migration to Docker in our company, we felt that something was still missing. Docker brought amazing capabilities to our DevOps team, but still there wasn't any service to click and run any Docker containers instantly. We are doers. We developed Instainer for engineers who want to run Docker containers on the cloud instantly. Your feedbacks & thoughts are really welcome. Thanks in advance!

How can I access to my container’s files?

instainer provides Heroku-style Git deployment for your containers. After running your container; instainer automatically creates Git repository for you and pushes your container’s data into this repository. You can easily clone and change your data using Git. For more information you can look Access Container Data topic from here.

Limits

The only limitation is that containers keep alive for 15 minutes!

Documentation & FAQ

You can find Instainer Documentation on our GitHub page

”I have a question!”

Join the chat at https://gitter.im/instainer/instainer

Also you can mention us on Twitter (@instainer)

Docker, Docker Hub are registered trademarks of Docker, Inc.

My Containers

Logs

Fork me on GitHub