6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#! /usr/bin/bash
|
|
|
|
docker pull ${1}
|
|
docker rm -f ${2}
|
|
|