Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

xiaogaozi/basedevimage-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basedevimage-docker

Docker image build on top of phusion/baseimage

Docker registry link: https://hub.docker.com/u/xiaogaozi/basedevimage

What's included?

How to use?

Vagrant

There's an example Vagrantfile:

Vagrant.configure("2") do |config|
  config.vm.provider "docker" do |d|
    d.cmd     = ["/sbin/my_init", "--enable-insecure-key"]
    d.image   = "xiaogaozi/basedevimage"
    d.has_ssh = true
  end

  config.ssh.username = "root"
  config.ssh.private_key_path = "phusion.key"
end

Dockerfile

FROM xiaogaozi/basedevimage:<VERSION>

...

Building the image yourself

$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ make

About

Docker image build on top of phusion/baseimage

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages