Tom Bonner
  • Home
Sign in Subscribe

Docker

A collection of 3 posts
Transfer Docker Volumes with DAT
Docker

Transfer Docker Volumes with DAT

Transfer a Docker Volume via DAT.
Aug 22, 2019 1 min read
Build and deploy with a single Dockerfile
Docker

Build and deploy with a single Dockerfile

One of the subtler and fantastic parts of the DockerFile specs is the ability to copy files from one image to another. Today we'll show how to build and deploy from a single file. If we describe a very simple Dockerfile here: FROM node:8 as builder RUN npm install
Feb 4, 2019 2 min read
Docker

Deploy a server with docker and four lines of code.

Through trial and effort, deploying the stack hosting Bonner.is involves four lines of bash code. git clone https://github.com/moritonal/bonner-deploy.git cd bonner-deploy nano .env maybe-chat-server.env docker-compose up This is because of the fairly amazing power of the docker-compose.yml file. Bonner.is serves two kinds
Feb 2, 2019 3 min read
Page 1 of 1
Tom Bonner © 2025
Powered by Ghost