forked from lxcafe/lxcafe
bc1e17ec04
* documentation added * scripts to setup image and start container added
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Create test image from Dockerfile
|
|
docker build -t mint-script-test -f Dockerfile .
|