Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
debianmaster authored Aug 18, 2017
1 parent aea3d3c commit adce021
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions atomic-host-on-gcp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```sh
wget http://cloud.centos.org/centos/7/atomic/images/CentOS-Atomic-Host-7-GenericCloud.qcow2.xz
xz --decompress CentOS-Atomic-Host-7-GenericCloud.qcow2.xz
qemu-img convert -S 4096 -f qcow2 -O raw CentOS-Atomic-Host-7-GenericCloud.qcow2 disk.raw
tar -Szcf atomic-host.tar.gz disk.raw
gsutil mb gs://atomoc-host
gsutil cp atomic-host.tar.gz gs://atomoc-host
```

0 comments on commit adce021

Please sign in to comment.