mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Introduce the docker-bash tool.
This is a shortcut tool for logging into a container using SSH. Usage: `docker-bash <CONTAINER_ID>`.
This commit is contained in:
10
install-tools.sh
Executable file
10
install-tools.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
dir=`dirname "$0"`
|
||||
cd "$dir"
|
||||
|
||||
set -x
|
||||
cp tools/* /usr/local/bin/
|
||||
mkdir -p /usr/local/share/baseimage-docker
|
||||
cp image/insecure_key /usr/local/share/baseimage-docker/
|
||||
chmod 644 /usr/local/share/baseimage-docker/insecure_key
|
||||
Reference in New Issue
Block a user