docker build -t testing_forms:v1 .
docker create -p 8080:8080 --name testing_forms testing_forms:v1
docker start testing_forms -atr
| Name | Name | Last commit date | ||
|---|---|---|---|---|
docker build -t testing_forms:v1 .
docker create -p 8080:8080 --name testing_forms testing_forms:v1
docker start testing_forms -atr